models.dax-2017-04-19-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "describeClusters", "describeDefaultParameters", "describeEvents", "describeParameterGroups", "describeSubnetGroups" ]
},
"metadata" : {
"apiVersion" : "2017-04-19",
"asyncBuilder" : "DefaultDaxAsyncClientBuilder",
"asyncBuilderInterface" : "DaxAsyncClientBuilder",
"asyncClient" : "DefaultDaxAsyncClient",
"asyncInterface" : "DaxAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultDaxBaseClientBuilder",
"baseBuilderInterface" : "DaxBaseClientBuilder",
"baseExceptionName" : "DaxException",
"baseRequestName" : "DaxRequest",
"baseResponseName" : "DaxResponse",
"cborProtocol" : false,
"clientPackageName" : "dax",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Amazon DAX",
"documentation" : "DAX is a managed caching service engineered for Amazon DynamoDB. DAX dramatically speeds up database reads by caching frequently-accessed data from DynamoDB, so applications can access that data with sub-millisecond latency. You can create a DAX cluster easily, using the AWS Management Console. With a few simple modifications to your code, your application can begin taking advantage of the DAX cluster and realize significant improvements in read performance.
",
"endpointPrefix" : "dax",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.dax",
"fullModelPackageName" : "software.amazon.awssdk.services.dax.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.dax.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.dax.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.dax.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "dax.model",
"paginatorsPackageName" : "dax.paginators",
"protocol" : "json",
"queryProtocol" : false,
"requestTransformPackageName" : "dax.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "DAX",
"serviceName" : "Dax",
"signingName" : "dax",
"syncBuilder" : "DefaultDaxClientBuilder",
"syncBuilderInterface" : "DaxClientBuilder",
"syncClient" : "DefaultDaxClient",
"syncInterface" : "DaxClient",
"transformPackageName" : "dax.transform",
"uid" : "dax-2017-04-19",
"xmlProtocol" : false
},
"operations" : {
"CreateCluster" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a DAX cluster. All nodes in the cluster run the same DAX caching software.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ClusterAlreadyExistsException",
"documentation" : "You already have a DAX cluster with the given identifier.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The requested DAX cluster is not in the available state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InsufficientClusterCapacityException",
"documentation" : "There are not enough system resources to create the cluster you requested (or to resize an already-existing cluster).
",
"httpStatusCode" : null
}, {
"exceptionName" : "SubnetGroupNotFoundException",
"documentation" : "The requested subnet group name does not refer to an existing subnet group.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterGroupStateException",
"documentation" : "One or more parameters in a parameter group are in an invalid state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ParameterGroupNotFoundException",
"documentation" : "The specified parameter group does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ClusterQuotaForCustomerExceededException",
"documentation" : "You have attempted to exceed the maximum number of DAX clusters for your AWS account.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NodeQuotaForClusterExceededException",
"documentation" : "You have attempted to exceed the maximum number of nodes for a DAX cluster.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NodeQuotaForCustomerExceededException",
"documentation" : "You have attempted to exceed the maximum number of nodes for your AWS account.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidVpcNetworkStateException",
"documentation" : "The VPC network is in an invalid state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "TagQuotaPerResourceExceededException",
"documentation" : "You have exceeded the maximum number of tags for this DAX cluster.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateClusterRequest",
"variableName" : "createClusterRequest",
"variableType" : "CreateClusterRequest",
"documentation" : "",
"simpleType" : "CreateClusterRequest",
"variableSetterType" : "CreateClusterRequest"
},
"methodName" : "createCluster",
"operationName" : "CreateCluster",
"paginated" : false,
"returnType" : {
"returnType" : "CreateClusterResponse",
"documentation" : null
},
"syncReturnType" : "CreateClusterResponse"
},
"CreateParameterGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new parameter group. A parameter group is a collection of parameters that you apply to all of the nodes in a DAX cluster.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ParameterGroupQuotaExceededException",
"documentation" : "You have attempted to exceed the maximum number of parameter groups.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ParameterGroupAlreadyExistsException",
"documentation" : "The specified parameter group already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterGroupStateException",
"documentation" : "One or more parameters in a parameter group are in an invalid state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateParameterGroupRequest",
"variableName" : "createParameterGroupRequest",
"variableType" : "CreateParameterGroupRequest",
"documentation" : "",
"simpleType" : "CreateParameterGroupRequest",
"variableSetterType" : "CreateParameterGroupRequest"
},
"methodName" : "createParameterGroup",
"operationName" : "CreateParameterGroup",
"paginated" : false,
"returnType" : {
"returnType" : "CreateParameterGroupResponse",
"documentation" : null
},
"syncReturnType" : "CreateParameterGroupResponse"
},
"CreateSubnetGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new subnet group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "SubnetGroupAlreadyExistsException",
"documentation" : "The specified subnet group already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "SubnetGroupQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of subnets in a subnet group.
",
"httpStatusCode" : null
}, {
"exceptionName" : "SubnetQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of subnets in a subnet group.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "An invalid subnet identifier was specified.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSubnetGroupRequest",
"variableName" : "createSubnetGroupRequest",
"variableType" : "CreateSubnetGroupRequest",
"documentation" : "",
"simpleType" : "CreateSubnetGroupRequest",
"variableSetterType" : "CreateSubnetGroupRequest"
},
"methodName" : "createSubnetGroup",
"operationName" : "CreateSubnetGroup",
"paginated" : false,
"returnType" : {
"returnType" : "CreateSubnetGroupResponse",
"documentation" : null
},
"syncReturnType" : "CreateSubnetGroupResponse"
},
"DecreaseReplicationFactor" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes one or more nodes from a DAX cluster.
You cannot use DecreaseReplicationFactor
to remove the last node in a DAX cluster. If you need to do this, use DeleteCluster
instead.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing DAX cluster.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NodeNotFoundException",
"documentation" : "None of the nodes in the cluster have the given node ID.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The requested DAX cluster is not in the available state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DecreaseReplicationFactorRequest",
"variableName" : "decreaseReplicationFactorRequest",
"variableType" : "DecreaseReplicationFactorRequest",
"documentation" : "",
"simpleType" : "DecreaseReplicationFactorRequest",
"variableSetterType" : "DecreaseReplicationFactorRequest"
},
"methodName" : "decreaseReplicationFactor",
"operationName" : "DecreaseReplicationFactor",
"paginated" : false,
"returnType" : {
"returnType" : "DecreaseReplicationFactorResponse",
"documentation" : null
},
"syncReturnType" : "DecreaseReplicationFactorResponse"
},
"DeleteCluster" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a previously provisioned DAX cluster. DeleteCluster deletes all associated nodes, node endpoints and the DAX cluster itself. When you receive a successful response from this action, DAX immediately begins deleting the cluster; you cannot cancel or revert this action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing DAX cluster.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The requested DAX cluster is not in the available state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteClusterRequest",
"variableName" : "deleteClusterRequest",
"variableType" : "DeleteClusterRequest",
"documentation" : "",
"simpleType" : "DeleteClusterRequest",
"variableSetterType" : "DeleteClusterRequest"
},
"methodName" : "deleteCluster",
"operationName" : "DeleteCluster",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteClusterResponse",
"documentation" : null
},
"syncReturnType" : "DeleteClusterResponse"
},
"DeleteParameterGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified parameter group. You cannot delete a parameter group if it is associated with any DAX clusters.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterGroupStateException",
"documentation" : "One or more parameters in a parameter group are in an invalid state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ParameterGroupNotFoundException",
"documentation" : "The specified parameter group does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteParameterGroupRequest",
"variableName" : "deleteParameterGroupRequest",
"variableType" : "DeleteParameterGroupRequest",
"documentation" : "",
"simpleType" : "DeleteParameterGroupRequest",
"variableSetterType" : "DeleteParameterGroupRequest"
},
"methodName" : "deleteParameterGroup",
"operationName" : "DeleteParameterGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteParameterGroupResponse",
"documentation" : null
},
"syncReturnType" : "DeleteParameterGroupResponse"
},
"DeleteSubnetGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a subnet group.
You cannot delete a subnet group if it is associated with any DAX clusters.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "SubnetGroupInUseException",
"documentation" : "The specified subnet group is currently in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "SubnetGroupNotFoundException",
"documentation" : "The requested subnet group name does not refer to an existing subnet group.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSubnetGroupRequest",
"variableName" : "deleteSubnetGroupRequest",
"variableType" : "DeleteSubnetGroupRequest",
"documentation" : "",
"simpleType" : "DeleteSubnetGroupRequest",
"variableSetterType" : "DeleteSubnetGroupRequest"
},
"methodName" : "deleteSubnetGroup",
"operationName" : "DeleteSubnetGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSubnetGroupResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSubnetGroupResponse"
},
"DescribeClusters" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about all provisioned DAX clusters if no cluster identifier is specified, or about a specific DAX cluster if a cluster identifier is supplied.
If the cluster is in the CREATING state, only cluster level information will be displayed until all of the nodes are successfully provisioned.
If the cluster is in the DELETING state, only cluster level information will be displayed.
If nodes are currently being added to the DAX cluster, node endpoint information and creation time for the additional nodes will not be displayed until they are completely provisioned. When the DAX cluster state is available, the cluster is ready for use.
If nodes are currently being removed from the DAX cluster, no endpoint information for the removed nodes is displayed.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing DAX cluster.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeClustersRequest",
"variableName" : "describeClustersRequest",
"variableType" : "DescribeClustersRequest",
"documentation" : "",
"simpleType" : "DescribeClustersRequest",
"variableSetterType" : "DescribeClustersRequest"
},
"methodName" : "describeClusters",
"operationName" : "DescribeClusters",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeClustersResponse",
"documentation" : null
},
"syncReturnType" : "DescribeClustersResponse"
},
"DescribeDefaultParameters" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the default system parameter information for the DAX caching software.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeDefaultParametersRequest",
"variableName" : "describeDefaultParametersRequest",
"variableType" : "DescribeDefaultParametersRequest",
"documentation" : "",
"simpleType" : "DescribeDefaultParametersRequest",
"variableSetterType" : "DescribeDefaultParametersRequest"
},
"methodName" : "describeDefaultParameters",
"operationName" : "DescribeDefaultParameters",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeDefaultParametersResponse",
"documentation" : null
},
"syncReturnType" : "DescribeDefaultParametersResponse"
},
"DescribeEvents" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns events related to DAX clusters and parameter groups. You can obtain events specific to a particular DAX cluster or parameter group by providing the name as a parameter.
By default, only the events occurring within the last 24 hours are returned; however, you can retrieve up to 14 days' worth of events if necessary.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEventsRequest",
"variableName" : "describeEventsRequest",
"variableType" : "DescribeEventsRequest",
"documentation" : "",
"simpleType" : "DescribeEventsRequest",
"variableSetterType" : "DescribeEventsRequest"
},
"methodName" : "describeEvents",
"operationName" : "DescribeEvents",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeEventsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeEventsResponse"
},
"DescribeParameterGroups" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of parameter group descriptions. If a parameter group name is specified, the list will contain only the descriptions for that group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ParameterGroupNotFoundException",
"documentation" : "The specified parameter group does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeParameterGroupsRequest",
"variableName" : "describeParameterGroupsRequest",
"variableType" : "DescribeParameterGroupsRequest",
"documentation" : "",
"simpleType" : "DescribeParameterGroupsRequest",
"variableSetterType" : "DescribeParameterGroupsRequest"
},
"methodName" : "describeParameterGroups",
"operationName" : "DescribeParameterGroups",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeParameterGroupsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeParameterGroupsResponse"
},
"DescribeParameters" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the detailed parameter list for a particular parameter group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ParameterGroupNotFoundException",
"documentation" : "The specified parameter group does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeParametersRequest",
"variableName" : "describeParametersRequest",
"variableType" : "DescribeParametersRequest",
"documentation" : "",
"simpleType" : "DescribeParametersRequest",
"variableSetterType" : "DescribeParametersRequest"
},
"methodName" : "describeParameters",
"operationName" : "DescribeParameters",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeParametersResponse",
"documentation" : null
},
"syncReturnType" : "DescribeParametersResponse"
},
"DescribeSubnetGroups" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of subnet group descriptions. If a subnet group name is specified, the list will contain only the description of that group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "SubnetGroupNotFoundException",
"documentation" : "The requested subnet group name does not refer to an existing subnet group.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSubnetGroupsRequest",
"variableName" : "describeSubnetGroupsRequest",
"variableType" : "DescribeSubnetGroupsRequest",
"documentation" : "",
"simpleType" : "DescribeSubnetGroupsRequest",
"variableSetterType" : "DescribeSubnetGroupsRequest"
},
"methodName" : "describeSubnetGroups",
"operationName" : "DescribeSubnetGroups",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeSubnetGroupsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeSubnetGroupsResponse"
},
"IncreaseReplicationFactor" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds one or more nodes to a DAX cluster.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing DAX cluster.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The requested DAX cluster is not in the available state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InsufficientClusterCapacityException",
"documentation" : "There are not enough system resources to create the cluster you requested (or to resize an already-existing cluster).
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidVpcNetworkStateException",
"documentation" : "The VPC network is in an invalid state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NodeQuotaForClusterExceededException",
"documentation" : "You have attempted to exceed the maximum number of nodes for a DAX cluster.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NodeQuotaForCustomerExceededException",
"documentation" : "You have attempted to exceed the maximum number of nodes for your AWS account.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "IncreaseReplicationFactorRequest",
"variableName" : "increaseReplicationFactorRequest",
"variableType" : "IncreaseReplicationFactorRequest",
"documentation" : "",
"simpleType" : "IncreaseReplicationFactorRequest",
"variableSetterType" : "IncreaseReplicationFactorRequest"
},
"methodName" : "increaseReplicationFactor",
"operationName" : "IncreaseReplicationFactor",
"paginated" : false,
"returnType" : {
"returnType" : "IncreaseReplicationFactorResponse",
"documentation" : null
},
"syncReturnType" : "IncreaseReplicationFactorResponse"
},
"ListTags" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "List all of the tags for a DAX cluster. You can call ListTags
up to 10 times per second, per account.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing DAX cluster.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArnException",
"documentation" : "The Amazon Resource Name (ARN) supplied in the request is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The requested DAX cluster is not in the available state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsRequest",
"variableName" : "listTagsRequest",
"variableType" : "ListTagsRequest",
"documentation" : "",
"simpleType" : "ListTagsRequest",
"variableSetterType" : "ListTagsRequest"
},
"methodName" : "listTags",
"operationName" : "ListTags",
"paginated" : false,
"returnType" : {
"returnType" : "ListTagsResponse",
"documentation" : null
},
"syncReturnType" : "ListTagsResponse"
},
"RebootNode" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Reboots a single node of a DAX cluster. The reboot action takes place as soon as possible. During the reboot, the node status is set to REBOOTING.
RebootNode
restarts the DAX engine process and does not remove the contents of the cache.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing DAX cluster.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NodeNotFoundException",
"documentation" : "None of the nodes in the cluster have the given node ID.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The requested DAX cluster is not in the available state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RebootNodeRequest",
"variableName" : "rebootNodeRequest",
"variableType" : "RebootNodeRequest",
"documentation" : "",
"simpleType" : "RebootNodeRequest",
"variableSetterType" : "RebootNodeRequest"
},
"methodName" : "rebootNode",
"operationName" : "RebootNode",
"paginated" : false,
"returnType" : {
"returnType" : "RebootNodeResponse",
"documentation" : null
},
"syncReturnType" : "RebootNodeResponse"
},
"TagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates a set of tags with a DAX resource. You can call TagResource
up to 5 times per second, per account.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing DAX cluster.
",
"httpStatusCode" : null
}, {
"exceptionName" : "TagQuotaPerResourceExceededException",
"documentation" : "You have exceeded the maximum number of tags for this DAX cluster.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArnException",
"documentation" : "The Amazon Resource Name (ARN) supplied in the request is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The requested DAX cluster is not in the available state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TagResourceRequest",
"variableName" : "tagResourceRequest",
"variableType" : "TagResourceRequest",
"documentation" : "",
"simpleType" : "TagResourceRequest",
"variableSetterType" : "TagResourceRequest"
},
"methodName" : "tagResource",
"operationName" : "TagResource",
"paginated" : false,
"returnType" : {
"returnType" : "TagResourceResponse",
"documentation" : null
},
"syncReturnType" : "TagResourceResponse"
},
"UntagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes the association of tags from a DAX resource. You can call UntagResource
up to 5 times per second, per account.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing DAX cluster.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArnException",
"documentation" : "The Amazon Resource Name (ARN) supplied in the request is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "TagNotFoundException",
"documentation" : "The tag does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The requested DAX cluster is not in the available state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UntagResourceRequest",
"variableName" : "untagResourceRequest",
"variableType" : "UntagResourceRequest",
"documentation" : "",
"simpleType" : "UntagResourceRequest",
"variableSetterType" : "UntagResourceRequest"
},
"methodName" : "untagResource",
"operationName" : "UntagResource",
"paginated" : false,
"returnType" : {
"returnType" : "UntagResourceResponse",
"documentation" : null
},
"syncReturnType" : "UntagResourceResponse"
},
"UpdateCluster" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the settings for a DAX cluster. You can use this action to change one or more cluster configuration parameters by specifying the parameters and the new values.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The requested DAX cluster is not in the available state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing DAX cluster.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterGroupStateException",
"documentation" : "One or more parameters in a parameter group are in an invalid state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ParameterGroupNotFoundException",
"documentation" : "The specified parameter group does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateClusterRequest",
"variableName" : "updateClusterRequest",
"variableType" : "UpdateClusterRequest",
"documentation" : "",
"simpleType" : "UpdateClusterRequest",
"variableSetterType" : "UpdateClusterRequest"
},
"methodName" : "updateCluster",
"operationName" : "UpdateCluster",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateClusterResponse",
"documentation" : null
},
"syncReturnType" : "UpdateClusterResponse"
},
"UpdateParameterGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the parameters of a parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterGroupStateException",
"documentation" : "One or more parameters in a parameter group are in an invalid state.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ParameterGroupNotFoundException",
"documentation" : "The specified parameter group does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateParameterGroupRequest",
"variableName" : "updateParameterGroupRequest",
"variableType" : "UpdateParameterGroupRequest",
"documentation" : "",
"simpleType" : "UpdateParameterGroupRequest",
"variableSetterType" : "UpdateParameterGroupRequest"
},
"methodName" : "updateParameterGroup",
"operationName" : "UpdateParameterGroup",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateParameterGroupResponse",
"documentation" : null
},
"syncReturnType" : "UpdateParameterGroupResponse"
},
"UpdateSubnetGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies an existing subnet group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "SubnetGroupNotFoundException",
"documentation" : "The requested subnet group name does not refer to an existing subnet group.
",
"httpStatusCode" : null
}, {
"exceptionName" : "SubnetQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of subnets in a subnet group.
",
"httpStatusCode" : null
}, {
"exceptionName" : "SubnetInUseException",
"documentation" : "The requested subnet is being used by another subnet group.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "An invalid subnet identifier was specified.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateSubnetGroupRequest",
"variableName" : "updateSubnetGroupRequest",
"variableType" : "UpdateSubnetGroupRequest",
"documentation" : "",
"simpleType" : "UpdateSubnetGroupRequest",
"variableSetterType" : "UpdateSubnetGroupRequest"
},
"methodName" : "updateSubnetGroup",
"operationName" : "UpdateSubnetGroup",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateSubnetGroupResponse",
"documentation" : null
},
"syncReturnType" : "UpdateSubnetGroupResponse"
}
},
"shapes" : {
"ChangeType" : {
"c2jName" : "ChangeType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "IMMEDIATE",
"value" : "IMMEDIATE"
}, {
"name" : "REQUIRES_REBOOT",
"value" : "REQUIRES_REBOOT"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ChangeType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChangeType",
"variableName" : "changeType",
"variableType" : "ChangeType",
"documentation" : null,
"simpleType" : "ChangeType",
"variableSetterType" : "ChangeType"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Cluster" : {
"c2jName" : "Cluster",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Contains all of the attributes of a specific DAX cluster.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getClusterName",
"beanStyleSetterMethodName" : "setClusterName",
"c2jName" : "ClusterName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the DAX cluster.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the DAX cluster.
\n@return The name of the DAX cluster.\n@deprecated Use {@link #clusterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the DAX cluster.
\n@param clusterName The name of the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n",
"documentation" : "The name of the DAX cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasClusterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "clusterName",
"fluentSetterDocumentation" : "The name of the DAX cluster.
\n@param clusterName The name of the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "clusterName",
"getterDocumentation" : "The name of the DAX cluster.
\n@return The name of the DAX cluster.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ClusterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ClusterName",
"sensitive" : false,
"setterDocumentation" : "The name of the DAX cluster.
\n@param clusterName The name of the DAX cluster.",
"setterMethodName" : "setClusterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterName",
"variableType" : "String",
"documentation" : "The name of the DAX cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The description of the cluster.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The description of the cluster.
\n@return The description of the cluster.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The description of the cluster.
\n@param description The description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "The description of the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description of the cluster.
\n@param description The description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description of the cluster.
\n@return The description of the cluster.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "The description of the cluster.
\n@param description The description of the cluster.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description of the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getClusterArn",
"beanStyleSetterMethodName" : "setClusterArn",
"c2jName" : "ClusterArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clusterArn(String)}.\n@param clusterArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\n@return The Amazon Resource Name (ARN) that uniquely identifies the cluster.\n@deprecated Use {@link #clusterArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\n@param clusterArn The Amazon Resource Name (ARN) that uniquely identifies the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ClusterArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasClusterArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "clusterArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\n@param clusterArn The Amazon Resource Name (ARN) that uniquely identifies the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "clusterArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\n@return The Amazon Resource Name (ARN) that uniquely identifies the cluster.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ClusterArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ClusterArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\n@param clusterArn The Amazon Resource Name (ARN) that uniquely identifies the cluster.",
"setterMethodName" : "setClusterArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTotalNodes",
"beanStyleSetterMethodName" : "setTotalNodes",
"c2jName" : "TotalNodes",
"c2jShape" : "IntegerOptional",
"defaultConsumerFluentSetterDocumentation" : "The total number of nodes in the cluster.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #totalNodes(Integer)}.\n@param totalNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalNodes(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The total number of nodes in the cluster.
\n@return The total number of nodes in the cluster.\n@deprecated Use {@link #totalNodes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The total number of nodes in the cluster.
\n@param totalNodes The total number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalNodes(Integer)}\n",
"documentation" : "The total number of nodes in the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TotalNodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTotalNodes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "totalNodes",
"fluentSetterDocumentation" : "The total number of nodes in the cluster.
\n@param totalNodes The total number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "totalNodes",
"getterDocumentation" : "The total number of nodes in the cluster.
\n@return The total number of nodes in the cluster.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TotalNodes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalNodes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "TotalNodes",
"sensitive" : false,
"setterDocumentation" : "The total number of nodes in the cluster.
\n@param totalNodes The total number of nodes in the cluster.",
"setterMethodName" : "setTotalNodes",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "totalNodes",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "totalNodes",
"variableType" : "Integer",
"documentation" : "The total number of nodes in the cluster.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getActiveNodes",
"beanStyleSetterMethodName" : "setActiveNodes",
"c2jName" : "ActiveNodes",
"c2jShape" : "IntegerOptional",
"defaultConsumerFluentSetterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #activeNodes(Integer)}.\n@param activeNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activeNodes(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\n@return The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@deprecated Use {@link #activeNodes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activeNodes(Integer)}\n",
"documentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ActiveNodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasActiveNodes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "activeNodes",
"fluentSetterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "activeNodes",
"getterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\n@return The number of nodes in the cluster that are active (i.e., capable of serving requests).",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ActiveNodes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ActiveNodes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "ActiveNodes",
"sensitive" : false,
"setterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).",
"setterMethodName" : "setActiveNodes",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "activeNodes",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "activeNodes",
"variableType" : "Integer",
"documentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNodeType",
"beanStyleSetterMethodName" : "setNodeType",
"c2jName" : "NodeType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeType(String)}.\n@param nodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\n@return The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@deprecated Use {@link #nodeType()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeType(String)}\n",
"documentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NodeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNodeType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nodeType",
"fluentSetterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nodeType",
"getterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\n@return The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NodeType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NodeType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NodeType",
"sensitive" : false,
"setterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)",
"setterMethodName" : "setNodeType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nodeType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nodeType",
"variableType" : "String",
"documentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The current status of the cluster.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current status of the cluster.
\n@return The current status of the cluster.\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current status of the cluster.
\n@param status The current status of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The current status of the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The current status of the cluster.
\n@param status The current status of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The current status of the cluster.
\n@return The current status of the cluster.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The current status of the cluster.
\n@param status The current status of the cluster.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The current status of the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getClusterDiscoveryEndpoint",
"beanStyleSetterMethodName" : "setClusterDiscoveryEndpoint",
"c2jName" : "ClusterDiscoveryEndpoint",
"c2jShape" : "Endpoint",
"defaultConsumerFluentSetterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\nThis is a convenience that creates an instance of the {@link Endpoint.Builder} avoiding the need to create one manually via {@link Endpoint#builder()}.\n\nWhen the {@link Consumer} completes, {@link Endpoint.Builder#build()} is called immediately and its result is passed to {@link #clusterDiscoveryEndpoint(Endpoint)}.\n@param clusterDiscoveryEndpoint a consumer that will call methods on {@link Endpoint.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterDiscoveryEndpoint(Endpoint)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\n@return The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@deprecated Use {@link #clusterDiscoveryEndpoint()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterDiscoveryEndpoint(Endpoint)}\n",
"documentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ClusterDiscoveryEndpoint property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasClusterDiscoveryEndpoint",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "clusterDiscoveryEndpoint",
"fluentSetterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "clusterDiscoveryEndpoint",
"getterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\n@return The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.",
"getterModel" : {
"returnType" : "Endpoint",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ClusterDiscoveryEndpoint",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterDiscoveryEndpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ClusterDiscoveryEndpoint",
"sensitive" : false,
"setterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.",
"setterMethodName" : "setClusterDiscoveryEndpoint",
"setterModel" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "clusterDiscoveryEndpoint",
"variableType" : "Endpoint",
"documentation" : null,
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "clusterDiscoveryEndpoint",
"variableType" : "Endpoint",
"documentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getNodeIdsToRemove",
"beanStyleSetterMethodName" : "setNodeIdsToRemove",
"c2jName" : "NodeIdsToRemove",
"c2jShape" : "NodeIdentifierList",
"defaultConsumerFluentSetterDocumentation" : "A list of nodes to be removed from the cluster.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeIdsToRemove(List)}.\n@param nodeIdsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeIdsToRemove(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of nodes to be removed from the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n
\n@return A list of nodes to be removed from the cluster.\n@deprecated Use {@link #nodeIdsToRemove()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of nodes to be removed from the cluster.
\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeIdsToRemove(List)}\n",
"documentation" : "A list of nodes to be removed from the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NodeIdsToRemove property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNodeIdsToRemove",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nodeIdsToRemove",
"fluentSetterDocumentation" : "A list of nodes to be removed from the cluster.
\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nodeIdsToRemove",
"getterDocumentation" : "A list of nodes to be removed from the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n
\n@return A list of nodes to be removed from the cluster.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NodeIdsToRemove",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NodeIdsToRemove",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "NodeIdsToRemove",
"sensitive" : false,
"setterDocumentation" : "A list of nodes to be removed from the cluster.
\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.",
"setterMethodName" : "setNodeIdsToRemove",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "nodeIdsToRemove",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "nodeIdsToRemove",
"variableType" : "java.util.List",
"documentation" : "A list of nodes to be removed from the cluster.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getNodes",
"beanStyleSetterMethodName" : "setNodes",
"c2jName" : "Nodes",
"c2jShape" : "NodeList",
"defaultConsumerFluentSetterDocumentation" : "A list of nodes that are currently in the cluster.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodes(List)}.\n@param nodes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodes(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of nodes that are currently in the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasNodes()} to see if a value was sent in this field.\n
\n@return A list of nodes that are currently in the cluster.\n@deprecated Use {@link #nodes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of nodes that are currently in the cluster.
\n@param nodes A list of nodes that are currently in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodes(List)}\n",
"documentation" : "A list of nodes that are currently in the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Nodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNodes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nodes",
"fluentSetterDocumentation" : "A list of nodes that are currently in the cluster.
\n@param nodes A list of nodes that are currently in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nodes",
"getterDocumentation" : "A list of nodes that are currently in the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasNodes()} to see if a value was sent in this field.\n
\n@return A list of nodes that are currently in the cluster.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Nodes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Nodes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Node",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Node.Builder} avoiding the need to create one manually via {@link Node#builder()}.\n\nWhen the {@link Consumer} completes, {@link Node.Builder#build()} is called immediately and its result is passed to {@link #member(Node)}.\n@param member a consumer that will call methods on {@link Node.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Node)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Node)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Node",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Node",
"variableName" : "member",
"variableType" : "Node",
"documentation" : null,
"simpleType" : "Node",
"variableSetterType" : "Node"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Node",
"variableName" : "member",
"variableType" : "Node",
"documentation" : "",
"simpleType" : "Node",
"variableSetterType" : "Node"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Node",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Node",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Nodes",
"sensitive" : false,
"setterDocumentation" : "A list of nodes that are currently in the cluster.
\n@param nodes A list of nodes that are currently in the cluster.",
"setterMethodName" : "setNodes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "nodes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "nodes",
"variableType" : "java.util.List",
"documentation" : "A list of nodes that are currently in the cluster.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPreferredMaintenanceWindow",
"beanStyleSetterMethodName" : "setPreferredMaintenanceWindow",
"c2jName" : "PreferredMaintenanceWindow",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #preferredMaintenanceWindow(String)}.\n@param preferredMaintenanceWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredMaintenanceWindow(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@deprecated Use {@link #preferredMaintenanceWindow()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #preferredMaintenanceWindow(String)}\n",
"documentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PreferredMaintenanceWindow property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPreferredMaintenanceWindow",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "preferredMaintenanceWindow",
"fluentSetterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "preferredMaintenanceWindow",
"getterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PreferredMaintenanceWindow",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PreferredMaintenanceWindow",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PreferredMaintenanceWindow",
"sensitive" : false,
"setterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.",
"setterMethodName" : "setPreferredMaintenanceWindow",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"documentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNotificationConfiguration",
"beanStyleSetterMethodName" : "setNotificationConfiguration",
"c2jName" : "NotificationConfiguration",
"c2jShape" : "NotificationConfiguration",
"defaultConsumerFluentSetterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\nThis is a convenience that creates an instance of the {@link NotificationConfiguration.Builder} avoiding the need to create one manually via {@link NotificationConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link NotificationConfiguration.Builder#build()} is called immediately and its result is passed to {@link #notificationConfiguration(NotificationConfiguration)}.\n@param notificationConfiguration a consumer that will call methods on {@link NotificationConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationConfiguration(NotificationConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\n@return Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).\n@deprecated Use {@link #notificationConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\n@param notificationConfiguration Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notificationConfiguration(NotificationConfiguration)}\n",
"documentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NotificationConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNotificationConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "notificationConfiguration",
"fluentSetterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\n@param notificationConfiguration Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "notificationConfiguration",
"getterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\n@return Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).",
"getterModel" : {
"returnType" : "NotificationConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NotificationConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NotificationConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "NotificationConfiguration",
"sensitive" : false,
"setterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\n@param notificationConfiguration Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).",
"setterMethodName" : "setNotificationConfiguration",
"setterModel" : {
"variableDeclarationType" : "NotificationConfiguration",
"variableName" : "notificationConfiguration",
"variableType" : "NotificationConfiguration",
"documentation" : null,
"simpleType" : "NotificationConfiguration",
"variableSetterType" : "NotificationConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "NotificationConfiguration",
"variableName" : "notificationConfiguration",
"variableType" : "NotificationConfiguration",
"documentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
",
"simpleType" : "NotificationConfiguration",
"variableSetterType" : "NotificationConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSubnetGroup",
"beanStyleSetterMethodName" : "setSubnetGroup",
"c2jName" : "SubnetGroup",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The subnet group where the DAX cluster is running.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnetGroup(String)}.\n@param subnetGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetGroup(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The subnet group where the DAX cluster is running.
\n@return The subnet group where the DAX cluster is running.\n@deprecated Use {@link #subnetGroup()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The subnet group where the DAX cluster is running.
\n@param subnetGroup The subnet group where the DAX cluster is running.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroup(String)}\n",
"documentation" : "The subnet group where the DAX cluster is running.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SubnetGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSubnetGroup",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "subnetGroup",
"fluentSetterDocumentation" : "The subnet group where the DAX cluster is running.
\n@param subnetGroup The subnet group where the DAX cluster is running.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "subnetGroup",
"getterDocumentation" : "The subnet group where the DAX cluster is running.
\n@return The subnet group where the DAX cluster is running.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SubnetGroup",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubnetGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SubnetGroup",
"sensitive" : false,
"setterDocumentation" : "The subnet group where the DAX cluster is running.
\n@param subnetGroup The subnet group where the DAX cluster is running.",
"setterMethodName" : "setSubnetGroup",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subnetGroup",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subnetGroup",
"variableType" : "String",
"documentation" : "The subnet group where the DAX cluster is running.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSecurityGroups",
"beanStyleSetterMethodName" : "setSecurityGroups",
"c2jName" : "SecurityGroups",
"c2jShape" : "SecurityGroupMembershipList",
"defaultConsumerFluentSetterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroups(List)}.\n@param securityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroups(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n
\n@return A list of security groups, and the status of each, for the nodes in the cluster.\n@deprecated Use {@link #securityGroups()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\n@param securityGroups A list of security groups, and the status of each, for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroups(List)}\n",
"documentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSecurityGroups",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "securityGroups",
"fluentSetterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\n@param securityGroups A list of security groups, and the status of each, for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "securityGroups",
"getterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n
\n@return A list of security groups, and the status of each, for the nodes in the cluster.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SecurityGroups",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SecurityGroups",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "SecurityGroupMembership",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SecurityGroupMembership.Builder} avoiding the need to create one manually via {@link SecurityGroupMembership#builder()}.\n\nWhen the {@link Consumer} completes, {@link SecurityGroupMembership.Builder#build()} is called immediately and its result is passed to {@link #member(SecurityGroupMembership)}.\n@param member a consumer that will call methods on {@link SecurityGroupMembership.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SecurityGroupMembership)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SecurityGroupMembership)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "SecurityGroupMembership",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "SecurityGroupMembership",
"variableName" : "member",
"variableType" : "SecurityGroupMembership",
"documentation" : null,
"simpleType" : "SecurityGroupMembership",
"variableSetterType" : "SecurityGroupMembership"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SecurityGroupMembership",
"variableName" : "member",
"variableType" : "SecurityGroupMembership",
"documentation" : "",
"simpleType" : "SecurityGroupMembership",
"variableSetterType" : "SecurityGroupMembership"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "SecurityGroupMembership",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "SecurityGroupMembership",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SecurityGroups",
"sensitive" : false,
"setterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\n@param securityGroups A list of security groups, and the status of each, for the nodes in the cluster.",
"setterMethodName" : "setSecurityGroups",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIamRoleArn",
"beanStyleSetterMethodName" : "setIamRoleArn",
"c2jName" : "IamRoleArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamRoleArn(String)}.\n@param iamRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@deprecated Use {@link #iamRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamRoleArn(String)}\n",
"documentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IamRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIamRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iamRoleArn",
"fluentSetterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "iamRoleArn",
"getterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IamRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IamRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IamRoleArn",
"sensitive" : false,
"setterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.",
"setterMethodName" : "setIamRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getParameterGroup",
"beanStyleSetterMethodName" : "setParameterGroup",
"c2jName" : "ParameterGroup",
"c2jShape" : "ParameterGroupStatus",
"defaultConsumerFluentSetterDocumentation" : "The parameter group being used by nodes in the cluster.
\nThis is a convenience that creates an instance of the {@link ParameterGroupStatus.Builder} avoiding the need to create one manually via {@link ParameterGroupStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ParameterGroupStatus.Builder#build()} is called immediately and its result is passed to {@link #parameterGroup(ParameterGroupStatus)}.\n@param parameterGroup a consumer that will call methods on {@link ParameterGroupStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroup(ParameterGroupStatus)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The parameter group being used by nodes in the cluster.
\n@return The parameter group being used by nodes in the cluster.\n@deprecated Use {@link #parameterGroup()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The parameter group being used by nodes in the cluster.
\n@param parameterGroup The parameter group being used by nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroup(ParameterGroupStatus)}\n",
"documentation" : "The parameter group being used by nodes in the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ParameterGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasParameterGroup",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "parameterGroup",
"fluentSetterDocumentation" : "The parameter group being used by nodes in the cluster.
\n@param parameterGroup The parameter group being used by nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "parameterGroup",
"getterDocumentation" : "The parameter group being used by nodes in the cluster.
\n@return The parameter group being used by nodes in the cluster.",
"getterModel" : {
"returnType" : "ParameterGroupStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ParameterGroup",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ParameterGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ParameterGroup",
"sensitive" : false,
"setterDocumentation" : "The parameter group being used by nodes in the cluster.
\n@param parameterGroup The parameter group being used by nodes in the cluster.",
"setterMethodName" : "setParameterGroup",
"setterModel" : {
"variableDeclarationType" : "ParameterGroupStatus",
"variableName" : "parameterGroup",
"variableType" : "ParameterGroupStatus",
"documentation" : null,
"simpleType" : "ParameterGroupStatus",
"variableSetterType" : "ParameterGroupStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ParameterGroupStatus",
"variableName" : "parameterGroup",
"variableType" : "ParameterGroupStatus",
"documentation" : "The parameter group being used by nodes in the cluster.
",
"simpleType" : "ParameterGroupStatus",
"variableSetterType" : "ParameterGroupStatus"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSseDescription",
"beanStyleSetterMethodName" : "setSseDescription",
"c2jName" : "SSEDescription",
"c2jShape" : "SSEDescription",
"defaultConsumerFluentSetterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\nThis is a convenience that creates an instance of the {@link SSEDescription.Builder} avoiding the need to create one manually via {@link SSEDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link SSEDescription.Builder#build()} is called immediately and its result is passed to {@link #sseDescription(SSEDescription)}.\n@param sseDescription a consumer that will call methods on {@link SSEDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sseDescription(SSEDescription)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\n@return The description of the server-side encryption status on the specified DAX cluster.\n@deprecated Use {@link #sseDescription()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sseDescription(SSEDescription)}\n",
"documentation" : "The description of the server-side encryption status on the specified DAX cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SSEDescription property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSseDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sseDescription",
"fluentSetterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sseDescription",
"getterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\n@return The description of the server-side encryption status on the specified DAX cluster.",
"getterModel" : {
"returnType" : "SSEDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SSEDescription",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SSEDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SSEDescription",
"sensitive" : false,
"setterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.",
"setterMethodName" : "setSseDescription",
"setterModel" : {
"variableDeclarationType" : "SSEDescription",
"variableName" : "sseDescription",
"variableType" : "SSEDescription",
"documentation" : null,
"simpleType" : "SSEDescription",
"variableSetterType" : "SSEDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SSEDescription",
"variableName" : "sseDescription",
"variableType" : "SSEDescription",
"documentation" : "The description of the server-side encryption status on the specified DAX cluster.
",
"simpleType" : "SSEDescription",
"variableSetterType" : "SSEDescription"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ActiveNodes" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getActiveNodes",
"beanStyleSetterMethodName" : "setActiveNodes",
"c2jName" : "ActiveNodes",
"c2jShape" : "IntegerOptional",
"defaultConsumerFluentSetterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #activeNodes(Integer)}.\n@param activeNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activeNodes(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\n@return The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@deprecated Use {@link #activeNodes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activeNodes(Integer)}\n",
"documentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ActiveNodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasActiveNodes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "activeNodes",
"fluentSetterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "activeNodes",
"getterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\n@return The number of nodes in the cluster that are active (i.e., capable of serving requests).",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ActiveNodes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ActiveNodes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "ActiveNodes",
"sensitive" : false,
"setterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).",
"setterMethodName" : "setActiveNodes",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "activeNodes",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "activeNodes",
"variableType" : "Integer",
"documentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ClusterArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getClusterArn",
"beanStyleSetterMethodName" : "setClusterArn",
"c2jName" : "ClusterArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clusterArn(String)}.\n@param clusterArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\n@return The Amazon Resource Name (ARN) that uniquely identifies the cluster.\n@deprecated Use {@link #clusterArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\n@param clusterArn The Amazon Resource Name (ARN) that uniquely identifies the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ClusterArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasClusterArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "clusterArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\n@param clusterArn The Amazon Resource Name (ARN) that uniquely identifies the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "clusterArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\n@return The Amazon Resource Name (ARN) that uniquely identifies the cluster.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ClusterArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ClusterArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\n@param clusterArn The Amazon Resource Name (ARN) that uniquely identifies the cluster.",
"setterMethodName" : "setClusterArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ClusterDiscoveryEndpoint" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getClusterDiscoveryEndpoint",
"beanStyleSetterMethodName" : "setClusterDiscoveryEndpoint",
"c2jName" : "ClusterDiscoveryEndpoint",
"c2jShape" : "Endpoint",
"defaultConsumerFluentSetterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\nThis is a convenience that creates an instance of the {@link Endpoint.Builder} avoiding the need to create one manually via {@link Endpoint#builder()}.\n\nWhen the {@link Consumer} completes, {@link Endpoint.Builder#build()} is called immediately and its result is passed to {@link #clusterDiscoveryEndpoint(Endpoint)}.\n@param clusterDiscoveryEndpoint a consumer that will call methods on {@link Endpoint.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterDiscoveryEndpoint(Endpoint)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\n@return The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@deprecated Use {@link #clusterDiscoveryEndpoint()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterDiscoveryEndpoint(Endpoint)}\n",
"documentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ClusterDiscoveryEndpoint property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasClusterDiscoveryEndpoint",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "clusterDiscoveryEndpoint",
"fluentSetterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "clusterDiscoveryEndpoint",
"getterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\n@return The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.",
"getterModel" : {
"returnType" : "Endpoint",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ClusterDiscoveryEndpoint",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterDiscoveryEndpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ClusterDiscoveryEndpoint",
"sensitive" : false,
"setterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.",
"setterMethodName" : "setClusterDiscoveryEndpoint",
"setterModel" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "clusterDiscoveryEndpoint",
"variableType" : "Endpoint",
"documentation" : null,
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "clusterDiscoveryEndpoint",
"variableType" : "Endpoint",
"documentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ClusterName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getClusterName",
"beanStyleSetterMethodName" : "setClusterName",
"c2jName" : "ClusterName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the DAX cluster.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the DAX cluster.
\n@return The name of the DAX cluster.\n@deprecated Use {@link #clusterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the DAX cluster.
\n@param clusterName The name of the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n",
"documentation" : "The name of the DAX cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasClusterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "clusterName",
"fluentSetterDocumentation" : "The name of the DAX cluster.
\n@param clusterName The name of the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "clusterName",
"getterDocumentation" : "The name of the DAX cluster.
\n@return The name of the DAX cluster.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ClusterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ClusterName",
"sensitive" : false,
"setterDocumentation" : "The name of the DAX cluster.
\n@param clusterName The name of the DAX cluster.",
"setterMethodName" : "setClusterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterName",
"variableType" : "String",
"documentation" : "The name of the DAX cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Description" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The description of the cluster.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The description of the cluster.
\n@return The description of the cluster.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The description of the cluster.
\n@param description The description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "The description of the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description of the cluster.
\n@param description The description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description of the cluster.
\n@return The description of the cluster.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "The description of the cluster.
\n@param description The description of the cluster.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description of the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"IamRoleArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIamRoleArn",
"beanStyleSetterMethodName" : "setIamRoleArn",
"c2jName" : "IamRoleArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamRoleArn(String)}.\n@param iamRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@deprecated Use {@link #iamRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamRoleArn(String)}\n",
"documentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IamRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIamRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iamRoleArn",
"fluentSetterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "iamRoleArn",
"getterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IamRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IamRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IamRoleArn",
"sensitive" : false,
"setterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.",
"setterMethodName" : "setIamRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NodeIdsToRemove" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getNodeIdsToRemove",
"beanStyleSetterMethodName" : "setNodeIdsToRemove",
"c2jName" : "NodeIdsToRemove",
"c2jShape" : "NodeIdentifierList",
"defaultConsumerFluentSetterDocumentation" : "A list of nodes to be removed from the cluster.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeIdsToRemove(List)}.\n@param nodeIdsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeIdsToRemove(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of nodes to be removed from the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n
\n@return A list of nodes to be removed from the cluster.\n@deprecated Use {@link #nodeIdsToRemove()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of nodes to be removed from the cluster.
\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeIdsToRemove(List)}\n",
"documentation" : "A list of nodes to be removed from the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NodeIdsToRemove property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNodeIdsToRemove",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nodeIdsToRemove",
"fluentSetterDocumentation" : "A list of nodes to be removed from the cluster.
\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nodeIdsToRemove",
"getterDocumentation" : "A list of nodes to be removed from the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n
\n@return A list of nodes to be removed from the cluster.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NodeIdsToRemove",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NodeIdsToRemove",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "NodeIdsToRemove",
"sensitive" : false,
"setterDocumentation" : "A list of nodes to be removed from the cluster.
\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.",
"setterMethodName" : "setNodeIdsToRemove",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "nodeIdsToRemove",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "nodeIdsToRemove",
"variableType" : "java.util.List",
"documentation" : "A list of nodes to be removed from the cluster.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NodeType" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNodeType",
"beanStyleSetterMethodName" : "setNodeType",
"c2jName" : "NodeType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeType(String)}.\n@param nodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\n@return The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@deprecated Use {@link #nodeType()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeType(String)}\n",
"documentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NodeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNodeType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nodeType",
"fluentSetterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nodeType",
"getterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\n@return The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NodeType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NodeType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NodeType",
"sensitive" : false,
"setterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)",
"setterMethodName" : "setNodeType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nodeType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nodeType",
"variableType" : "String",
"documentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Nodes" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getNodes",
"beanStyleSetterMethodName" : "setNodes",
"c2jName" : "Nodes",
"c2jShape" : "NodeList",
"defaultConsumerFluentSetterDocumentation" : "A list of nodes that are currently in the cluster.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodes(List)}.\n@param nodes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodes(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of nodes that are currently in the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasNodes()} to see if a value was sent in this field.\n
\n@return A list of nodes that are currently in the cluster.\n@deprecated Use {@link #nodes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of nodes that are currently in the cluster.
\n@param nodes A list of nodes that are currently in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodes(List)}\n",
"documentation" : "A list of nodes that are currently in the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Nodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNodes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nodes",
"fluentSetterDocumentation" : "A list of nodes that are currently in the cluster.
\n@param nodes A list of nodes that are currently in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nodes",
"getterDocumentation" : "A list of nodes that are currently in the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasNodes()} to see if a value was sent in this field.\n
\n@return A list of nodes that are currently in the cluster.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Nodes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Nodes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Node",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Node.Builder} avoiding the need to create one manually via {@link Node#builder()}.\n\nWhen the {@link Consumer} completes, {@link Node.Builder#build()} is called immediately and its result is passed to {@link #member(Node)}.\n@param member a consumer that will call methods on {@link Node.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Node)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Node)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Node",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Node",
"variableName" : "member",
"variableType" : "Node",
"documentation" : null,
"simpleType" : "Node",
"variableSetterType" : "Node"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Node",
"variableName" : "member",
"variableType" : "Node",
"documentation" : "",
"simpleType" : "Node",
"variableSetterType" : "Node"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Node",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Node",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Nodes",
"sensitive" : false,
"setterDocumentation" : "A list of nodes that are currently in the cluster.
\n@param nodes A list of nodes that are currently in the cluster.",
"setterMethodName" : "setNodes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "nodes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "nodes",
"variableType" : "java.util.List",
"documentation" : "A list of nodes that are currently in the cluster.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NotificationConfiguration" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNotificationConfiguration",
"beanStyleSetterMethodName" : "setNotificationConfiguration",
"c2jName" : "NotificationConfiguration",
"c2jShape" : "NotificationConfiguration",
"defaultConsumerFluentSetterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\nThis is a convenience that creates an instance of the {@link NotificationConfiguration.Builder} avoiding the need to create one manually via {@link NotificationConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link NotificationConfiguration.Builder#build()} is called immediately and its result is passed to {@link #notificationConfiguration(NotificationConfiguration)}.\n@param notificationConfiguration a consumer that will call methods on {@link NotificationConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationConfiguration(NotificationConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\n@return Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).\n@deprecated Use {@link #notificationConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\n@param notificationConfiguration Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notificationConfiguration(NotificationConfiguration)}\n",
"documentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NotificationConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNotificationConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "notificationConfiguration",
"fluentSetterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\n@param notificationConfiguration Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "notificationConfiguration",
"getterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\n@return Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).",
"getterModel" : {
"returnType" : "NotificationConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NotificationConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NotificationConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "NotificationConfiguration",
"sensitive" : false,
"setterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\n@param notificationConfiguration Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).",
"setterMethodName" : "setNotificationConfiguration",
"setterModel" : {
"variableDeclarationType" : "NotificationConfiguration",
"variableName" : "notificationConfiguration",
"variableType" : "NotificationConfiguration",
"documentation" : null,
"simpleType" : "NotificationConfiguration",
"variableSetterType" : "NotificationConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "NotificationConfiguration",
"variableName" : "notificationConfiguration",
"variableType" : "NotificationConfiguration",
"documentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
",
"simpleType" : "NotificationConfiguration",
"variableSetterType" : "NotificationConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ParameterGroup" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getParameterGroup",
"beanStyleSetterMethodName" : "setParameterGroup",
"c2jName" : "ParameterGroup",
"c2jShape" : "ParameterGroupStatus",
"defaultConsumerFluentSetterDocumentation" : "The parameter group being used by nodes in the cluster.
\nThis is a convenience that creates an instance of the {@link ParameterGroupStatus.Builder} avoiding the need to create one manually via {@link ParameterGroupStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ParameterGroupStatus.Builder#build()} is called immediately and its result is passed to {@link #parameterGroup(ParameterGroupStatus)}.\n@param parameterGroup a consumer that will call methods on {@link ParameterGroupStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroup(ParameterGroupStatus)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The parameter group being used by nodes in the cluster.
\n@return The parameter group being used by nodes in the cluster.\n@deprecated Use {@link #parameterGroup()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The parameter group being used by nodes in the cluster.
\n@param parameterGroup The parameter group being used by nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroup(ParameterGroupStatus)}\n",
"documentation" : "The parameter group being used by nodes in the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ParameterGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasParameterGroup",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "parameterGroup",
"fluentSetterDocumentation" : "The parameter group being used by nodes in the cluster.
\n@param parameterGroup The parameter group being used by nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "parameterGroup",
"getterDocumentation" : "The parameter group being used by nodes in the cluster.
\n@return The parameter group being used by nodes in the cluster.",
"getterModel" : {
"returnType" : "ParameterGroupStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ParameterGroup",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ParameterGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ParameterGroup",
"sensitive" : false,
"setterDocumentation" : "The parameter group being used by nodes in the cluster.
\n@param parameterGroup The parameter group being used by nodes in the cluster.",
"setterMethodName" : "setParameterGroup",
"setterModel" : {
"variableDeclarationType" : "ParameterGroupStatus",
"variableName" : "parameterGroup",
"variableType" : "ParameterGroupStatus",
"documentation" : null,
"simpleType" : "ParameterGroupStatus",
"variableSetterType" : "ParameterGroupStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ParameterGroupStatus",
"variableName" : "parameterGroup",
"variableType" : "ParameterGroupStatus",
"documentation" : "The parameter group being used by nodes in the cluster.
",
"simpleType" : "ParameterGroupStatus",
"variableSetterType" : "ParameterGroupStatus"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"PreferredMaintenanceWindow" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPreferredMaintenanceWindow",
"beanStyleSetterMethodName" : "setPreferredMaintenanceWindow",
"c2jName" : "PreferredMaintenanceWindow",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #preferredMaintenanceWindow(String)}.\n@param preferredMaintenanceWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredMaintenanceWindow(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@deprecated Use {@link #preferredMaintenanceWindow()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #preferredMaintenanceWindow(String)}\n",
"documentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PreferredMaintenanceWindow property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPreferredMaintenanceWindow",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "preferredMaintenanceWindow",
"fluentSetterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "preferredMaintenanceWindow",
"getterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PreferredMaintenanceWindow",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PreferredMaintenanceWindow",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PreferredMaintenanceWindow",
"sensitive" : false,
"setterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.",
"setterMethodName" : "setPreferredMaintenanceWindow",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"documentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SSEDescription" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSseDescription",
"beanStyleSetterMethodName" : "setSseDescription",
"c2jName" : "SSEDescription",
"c2jShape" : "SSEDescription",
"defaultConsumerFluentSetterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\nThis is a convenience that creates an instance of the {@link SSEDescription.Builder} avoiding the need to create one manually via {@link SSEDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link SSEDescription.Builder#build()} is called immediately and its result is passed to {@link #sseDescription(SSEDescription)}.\n@param sseDescription a consumer that will call methods on {@link SSEDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sseDescription(SSEDescription)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\n@return The description of the server-side encryption status on the specified DAX cluster.\n@deprecated Use {@link #sseDescription()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sseDescription(SSEDescription)}\n",
"documentation" : "The description of the server-side encryption status on the specified DAX cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SSEDescription property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSseDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sseDescription",
"fluentSetterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sseDescription",
"getterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\n@return The description of the server-side encryption status on the specified DAX cluster.",
"getterModel" : {
"returnType" : "SSEDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SSEDescription",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SSEDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SSEDescription",
"sensitive" : false,
"setterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.",
"setterMethodName" : "setSseDescription",
"setterModel" : {
"variableDeclarationType" : "SSEDescription",
"variableName" : "sseDescription",
"variableType" : "SSEDescription",
"documentation" : null,
"simpleType" : "SSEDescription",
"variableSetterType" : "SSEDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SSEDescription",
"variableName" : "sseDescription",
"variableType" : "SSEDescription",
"documentation" : "The description of the server-side encryption status on the specified DAX cluster.
",
"simpleType" : "SSEDescription",
"variableSetterType" : "SSEDescription"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SecurityGroups" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSecurityGroups",
"beanStyleSetterMethodName" : "setSecurityGroups",
"c2jName" : "SecurityGroups",
"c2jShape" : "SecurityGroupMembershipList",
"defaultConsumerFluentSetterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroups(List)}.\n@param securityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroups(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n
\n@return A list of security groups, and the status of each, for the nodes in the cluster.\n@deprecated Use {@link #securityGroups()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\n@param securityGroups A list of security groups, and the status of each, for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroups(List)}\n",
"documentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSecurityGroups",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "securityGroups",
"fluentSetterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\n@param securityGroups A list of security groups, and the status of each, for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "securityGroups",
"getterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n
\n@return A list of security groups, and the status of each, for the nodes in the cluster.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SecurityGroups",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SecurityGroups",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "SecurityGroupMembership",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SecurityGroupMembership.Builder} avoiding the need to create one manually via {@link SecurityGroupMembership#builder()}.\n\nWhen the {@link Consumer} completes, {@link SecurityGroupMembership.Builder#build()} is called immediately and its result is passed to {@link #member(SecurityGroupMembership)}.\n@param member a consumer that will call methods on {@link SecurityGroupMembership.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SecurityGroupMembership)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SecurityGroupMembership)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "SecurityGroupMembership",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "SecurityGroupMembership",
"variableName" : "member",
"variableType" : "SecurityGroupMembership",
"documentation" : null,
"simpleType" : "SecurityGroupMembership",
"variableSetterType" : "SecurityGroupMembership"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SecurityGroupMembership",
"variableName" : "member",
"variableType" : "SecurityGroupMembership",
"documentation" : "",
"simpleType" : "SecurityGroupMembership",
"variableSetterType" : "SecurityGroupMembership"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "SecurityGroupMembership",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "SecurityGroupMembership",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SecurityGroups",
"sensitive" : false,
"setterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\n@param securityGroups A list of security groups, and the status of each, for the nodes in the cluster.",
"setterMethodName" : "setSecurityGroups",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The current status of the cluster.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current status of the cluster.
\n@return The current status of the cluster.\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current status of the cluster.
\n@param status The current status of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The current status of the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The current status of the cluster.
\n@param status The current status of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The current status of the cluster.
\n@return The current status of the cluster.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The current status of the cluster.
\n@param status The current status of the cluster.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The current status of the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SubnetGroup" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSubnetGroup",
"beanStyleSetterMethodName" : "setSubnetGroup",
"c2jName" : "SubnetGroup",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The subnet group where the DAX cluster is running.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnetGroup(String)}.\n@param subnetGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetGroup(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The subnet group where the DAX cluster is running.
\n@return The subnet group where the DAX cluster is running.\n@deprecated Use {@link #subnetGroup()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The subnet group where the DAX cluster is running.
\n@param subnetGroup The subnet group where the DAX cluster is running.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroup(String)}\n",
"documentation" : "The subnet group where the DAX cluster is running.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SubnetGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSubnetGroup",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "subnetGroup",
"fluentSetterDocumentation" : "The subnet group where the DAX cluster is running.
\n@param subnetGroup The subnet group where the DAX cluster is running.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "subnetGroup",
"getterDocumentation" : "The subnet group where the DAX cluster is running.
\n@return The subnet group where the DAX cluster is running.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SubnetGroup",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubnetGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SubnetGroup",
"sensitive" : false,
"setterDocumentation" : "The subnet group where the DAX cluster is running.
\n@param subnetGroup The subnet group where the DAX cluster is running.",
"setterMethodName" : "setSubnetGroup",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subnetGroup",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subnetGroup",
"variableType" : "String",
"documentation" : "The subnet group where the DAX cluster is running.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TotalNodes" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTotalNodes",
"beanStyleSetterMethodName" : "setTotalNodes",
"c2jName" : "TotalNodes",
"c2jShape" : "IntegerOptional",
"defaultConsumerFluentSetterDocumentation" : "The total number of nodes in the cluster.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #totalNodes(Integer)}.\n@param totalNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalNodes(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The total number of nodes in the cluster.
\n@return The total number of nodes in the cluster.\n@deprecated Use {@link #totalNodes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The total number of nodes in the cluster.
\n@param totalNodes The total number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalNodes(Integer)}\n",
"documentation" : "The total number of nodes in the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TotalNodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTotalNodes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "totalNodes",
"fluentSetterDocumentation" : "The total number of nodes in the cluster.
\n@param totalNodes The total number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "totalNodes",
"getterDocumentation" : "The total number of nodes in the cluster.
\n@return The total number of nodes in the cluster.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TotalNodes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalNodes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "TotalNodes",
"sensitive" : false,
"setterDocumentation" : "The total number of nodes in the cluster.
\n@param totalNodes The total number of nodes in the cluster.",
"setterMethodName" : "setTotalNodes",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "totalNodes",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "totalNodes",
"variableType" : "Integer",
"documentation" : "The total number of nodes in the cluster.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getClusterName",
"beanStyleSetterMethodName" : "setClusterName",
"c2jName" : "ClusterName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the DAX cluster.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the DAX cluster.
\n@return The name of the DAX cluster.\n@deprecated Use {@link #clusterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the DAX cluster.
\n@param clusterName The name of the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n",
"documentation" : "The name of the DAX cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasClusterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "clusterName",
"fluentSetterDocumentation" : "The name of the DAX cluster.
\n@param clusterName The name of the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "clusterName",
"getterDocumentation" : "The name of the DAX cluster.
\n@return The name of the DAX cluster.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ClusterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ClusterName",
"sensitive" : false,
"setterDocumentation" : "The name of the DAX cluster.
\n@param clusterName The name of the DAX cluster.",
"setterMethodName" : "setClusterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterName",
"variableType" : "String",
"documentation" : "The name of the DAX cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The description of the cluster.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The description of the cluster.
\n@return The description of the cluster.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The description of the cluster.
\n@param description The description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "The description of the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description of the cluster.
\n@param description The description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description of the cluster.
\n@return The description of the cluster.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "The description of the cluster.
\n@param description The description of the cluster.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description of the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getClusterArn",
"beanStyleSetterMethodName" : "setClusterArn",
"c2jName" : "ClusterArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clusterArn(String)}.\n@param clusterArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\n@return The Amazon Resource Name (ARN) that uniquely identifies the cluster.\n@deprecated Use {@link #clusterArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\n@param clusterArn The Amazon Resource Name (ARN) that uniquely identifies the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ClusterArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasClusterArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "clusterArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\n@param clusterArn The Amazon Resource Name (ARN) that uniquely identifies the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "clusterArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\n@return The Amazon Resource Name (ARN) that uniquely identifies the cluster.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ClusterArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ClusterArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
\n@param clusterArn The Amazon Resource Name (ARN) that uniquely identifies the cluster.",
"setterMethodName" : "setClusterArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) that uniquely identifies the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTotalNodes",
"beanStyleSetterMethodName" : "setTotalNodes",
"c2jName" : "TotalNodes",
"c2jShape" : "IntegerOptional",
"defaultConsumerFluentSetterDocumentation" : "The total number of nodes in the cluster.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #totalNodes(Integer)}.\n@param totalNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalNodes(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The total number of nodes in the cluster.
\n@return The total number of nodes in the cluster.\n@deprecated Use {@link #totalNodes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The total number of nodes in the cluster.
\n@param totalNodes The total number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalNodes(Integer)}\n",
"documentation" : "The total number of nodes in the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TotalNodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTotalNodes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "totalNodes",
"fluentSetterDocumentation" : "The total number of nodes in the cluster.
\n@param totalNodes The total number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "totalNodes",
"getterDocumentation" : "The total number of nodes in the cluster.
\n@return The total number of nodes in the cluster.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TotalNodes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalNodes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "TotalNodes",
"sensitive" : false,
"setterDocumentation" : "The total number of nodes in the cluster.
\n@param totalNodes The total number of nodes in the cluster.",
"setterMethodName" : "setTotalNodes",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "totalNodes",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "totalNodes",
"variableType" : "Integer",
"documentation" : "The total number of nodes in the cluster.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getActiveNodes",
"beanStyleSetterMethodName" : "setActiveNodes",
"c2jName" : "ActiveNodes",
"c2jShape" : "IntegerOptional",
"defaultConsumerFluentSetterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #activeNodes(Integer)}.\n@param activeNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activeNodes(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\n@return The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@deprecated Use {@link #activeNodes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activeNodes(Integer)}\n",
"documentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ActiveNodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasActiveNodes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "activeNodes",
"fluentSetterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "activeNodes",
"getterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\n@return The number of nodes in the cluster that are active (i.e., capable of serving requests).",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ActiveNodes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ActiveNodes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "ActiveNodes",
"sensitive" : false,
"setterDocumentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).",
"setterMethodName" : "setActiveNodes",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "activeNodes",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "activeNodes",
"variableType" : "Integer",
"documentation" : "The number of nodes in the cluster that are active (i.e., capable of serving requests).
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNodeType",
"beanStyleSetterMethodName" : "setNodeType",
"c2jName" : "NodeType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeType(String)}.\n@param nodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\n@return The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@deprecated Use {@link #nodeType()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeType(String)}\n",
"documentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NodeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNodeType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nodeType",
"fluentSetterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nodeType",
"getterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\n@return The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NodeType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NodeType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NodeType",
"sensitive" : false,
"setterDocumentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)",
"setterMethodName" : "setNodeType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nodeType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nodeType",
"variableType" : "String",
"documentation" : "The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The current status of the cluster.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current status of the cluster.
\n@return The current status of the cluster.\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current status of the cluster.
\n@param status The current status of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The current status of the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The current status of the cluster.
\n@param status The current status of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The current status of the cluster.
\n@return The current status of the cluster.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The current status of the cluster.
\n@param status The current status of the cluster.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The current status of the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getClusterDiscoveryEndpoint",
"beanStyleSetterMethodName" : "setClusterDiscoveryEndpoint",
"c2jName" : "ClusterDiscoveryEndpoint",
"c2jShape" : "Endpoint",
"defaultConsumerFluentSetterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\nThis is a convenience that creates an instance of the {@link Endpoint.Builder} avoiding the need to create one manually via {@link Endpoint#builder()}.\n\nWhen the {@link Consumer} completes, {@link Endpoint.Builder#build()} is called immediately and its result is passed to {@link #clusterDiscoveryEndpoint(Endpoint)}.\n@param clusterDiscoveryEndpoint a consumer that will call methods on {@link Endpoint.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterDiscoveryEndpoint(Endpoint)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\n@return The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@deprecated Use {@link #clusterDiscoveryEndpoint()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterDiscoveryEndpoint(Endpoint)}\n",
"documentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ClusterDiscoveryEndpoint property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasClusterDiscoveryEndpoint",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "clusterDiscoveryEndpoint",
"fluentSetterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "clusterDiscoveryEndpoint",
"getterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\n@return The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.",
"getterModel" : {
"returnType" : "Endpoint",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ClusterDiscoveryEndpoint",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterDiscoveryEndpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ClusterDiscoveryEndpoint",
"sensitive" : false,
"setterDocumentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.",
"setterMethodName" : "setClusterDiscoveryEndpoint",
"setterModel" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "clusterDiscoveryEndpoint",
"variableType" : "Endpoint",
"documentation" : null,
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "clusterDiscoveryEndpoint",
"variableType" : "Endpoint",
"documentation" : "The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getNodeIdsToRemove",
"beanStyleSetterMethodName" : "setNodeIdsToRemove",
"c2jName" : "NodeIdsToRemove",
"c2jShape" : "NodeIdentifierList",
"defaultConsumerFluentSetterDocumentation" : "A list of nodes to be removed from the cluster.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeIdsToRemove(List)}.\n@param nodeIdsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeIdsToRemove(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of nodes to be removed from the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n
\n@return A list of nodes to be removed from the cluster.\n@deprecated Use {@link #nodeIdsToRemove()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of nodes to be removed from the cluster.
\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeIdsToRemove(List)}\n",
"documentation" : "A list of nodes to be removed from the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NodeIdsToRemove property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNodeIdsToRemove",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nodeIdsToRemove",
"fluentSetterDocumentation" : "A list of nodes to be removed from the cluster.
\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nodeIdsToRemove",
"getterDocumentation" : "A list of nodes to be removed from the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n
\n@return A list of nodes to be removed from the cluster.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NodeIdsToRemove",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NodeIdsToRemove",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "NodeIdsToRemove",
"sensitive" : false,
"setterDocumentation" : "A list of nodes to be removed from the cluster.
\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.",
"setterMethodName" : "setNodeIdsToRemove",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "nodeIdsToRemove",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "nodeIdsToRemove",
"variableType" : "java.util.List",
"documentation" : "A list of nodes to be removed from the cluster.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getNodes",
"beanStyleSetterMethodName" : "setNodes",
"c2jName" : "Nodes",
"c2jShape" : "NodeList",
"defaultConsumerFluentSetterDocumentation" : "A list of nodes that are currently in the cluster.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodes(List)}.\n@param nodes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodes(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of nodes that are currently in the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasNodes()} to see if a value was sent in this field.\n
\n@return A list of nodes that are currently in the cluster.\n@deprecated Use {@link #nodes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of nodes that are currently in the cluster.
\n@param nodes A list of nodes that are currently in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodes(List)}\n",
"documentation" : "A list of nodes that are currently in the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Nodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNodes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nodes",
"fluentSetterDocumentation" : "A list of nodes that are currently in the cluster.
\n@param nodes A list of nodes that are currently in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nodes",
"getterDocumentation" : "A list of nodes that are currently in the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasNodes()} to see if a value was sent in this field.\n
\n@return A list of nodes that are currently in the cluster.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Nodes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Nodes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Node",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Node.Builder} avoiding the need to create one manually via {@link Node#builder()}.\n\nWhen the {@link Consumer} completes, {@link Node.Builder#build()} is called immediately and its result is passed to {@link #member(Node)}.\n@param member a consumer that will call methods on {@link Node.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Node)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Node)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Node",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Node",
"variableName" : "member",
"variableType" : "Node",
"documentation" : null,
"simpleType" : "Node",
"variableSetterType" : "Node"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Node",
"variableName" : "member",
"variableType" : "Node",
"documentation" : "",
"simpleType" : "Node",
"variableSetterType" : "Node"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Node",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Node",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Nodes",
"sensitive" : false,
"setterDocumentation" : "A list of nodes that are currently in the cluster.
\n@param nodes A list of nodes that are currently in the cluster.",
"setterMethodName" : "setNodes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "nodes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "nodes",
"variableType" : "java.util.List",
"documentation" : "A list of nodes that are currently in the cluster.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPreferredMaintenanceWindow",
"beanStyleSetterMethodName" : "setPreferredMaintenanceWindow",
"c2jName" : "PreferredMaintenanceWindow",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #preferredMaintenanceWindow(String)}.\n@param preferredMaintenanceWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredMaintenanceWindow(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@deprecated Use {@link #preferredMaintenanceWindow()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #preferredMaintenanceWindow(String)}\n",
"documentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PreferredMaintenanceWindow property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPreferredMaintenanceWindow",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "preferredMaintenanceWindow",
"fluentSetterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "preferredMaintenanceWindow",
"getterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PreferredMaintenanceWindow",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PreferredMaintenanceWindow",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PreferredMaintenanceWindow",
"sensitive" : false,
"setterDocumentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.",
"setterMethodName" : "setPreferredMaintenanceWindow",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"documentation" : "A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNotificationConfiguration",
"beanStyleSetterMethodName" : "setNotificationConfiguration",
"c2jName" : "NotificationConfiguration",
"c2jShape" : "NotificationConfiguration",
"defaultConsumerFluentSetterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\nThis is a convenience that creates an instance of the {@link NotificationConfiguration.Builder} avoiding the need to create one manually via {@link NotificationConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link NotificationConfiguration.Builder#build()} is called immediately and its result is passed to {@link #notificationConfiguration(NotificationConfiguration)}.\n@param notificationConfiguration a consumer that will call methods on {@link NotificationConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationConfiguration(NotificationConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\n@return Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).\n@deprecated Use {@link #notificationConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\n@param notificationConfiguration Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notificationConfiguration(NotificationConfiguration)}\n",
"documentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NotificationConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNotificationConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "notificationConfiguration",
"fluentSetterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\n@param notificationConfiguration Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "notificationConfiguration",
"getterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\n@return Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).",
"getterModel" : {
"returnType" : "NotificationConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NotificationConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NotificationConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "NotificationConfiguration",
"sensitive" : false,
"setterDocumentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
\n@param notificationConfiguration Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).",
"setterMethodName" : "setNotificationConfiguration",
"setterModel" : {
"variableDeclarationType" : "NotificationConfiguration",
"variableName" : "notificationConfiguration",
"variableType" : "NotificationConfiguration",
"documentation" : null,
"simpleType" : "NotificationConfiguration",
"variableSetterType" : "NotificationConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "NotificationConfiguration",
"variableName" : "notificationConfiguration",
"variableType" : "NotificationConfiguration",
"documentation" : "Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
",
"simpleType" : "NotificationConfiguration",
"variableSetterType" : "NotificationConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSubnetGroup",
"beanStyleSetterMethodName" : "setSubnetGroup",
"c2jName" : "SubnetGroup",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The subnet group where the DAX cluster is running.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnetGroup(String)}.\n@param subnetGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetGroup(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The subnet group where the DAX cluster is running.
\n@return The subnet group where the DAX cluster is running.\n@deprecated Use {@link #subnetGroup()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The subnet group where the DAX cluster is running.
\n@param subnetGroup The subnet group where the DAX cluster is running.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroup(String)}\n",
"documentation" : "The subnet group where the DAX cluster is running.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SubnetGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSubnetGroup",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "subnetGroup",
"fluentSetterDocumentation" : "The subnet group where the DAX cluster is running.
\n@param subnetGroup The subnet group where the DAX cluster is running.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "subnetGroup",
"getterDocumentation" : "The subnet group where the DAX cluster is running.
\n@return The subnet group where the DAX cluster is running.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SubnetGroup",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubnetGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SubnetGroup",
"sensitive" : false,
"setterDocumentation" : "The subnet group where the DAX cluster is running.
\n@param subnetGroup The subnet group where the DAX cluster is running.",
"setterMethodName" : "setSubnetGroup",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subnetGroup",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subnetGroup",
"variableType" : "String",
"documentation" : "The subnet group where the DAX cluster is running.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSecurityGroups",
"beanStyleSetterMethodName" : "setSecurityGroups",
"c2jName" : "SecurityGroups",
"c2jShape" : "SecurityGroupMembershipList",
"defaultConsumerFluentSetterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroups(List)}.\n@param securityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroups(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n
\n@return A list of security groups, and the status of each, for the nodes in the cluster.\n@deprecated Use {@link #securityGroups()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\n@param securityGroups A list of security groups, and the status of each, for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroups(List)}\n",
"documentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSecurityGroups",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "securityGroups",
"fluentSetterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\n@param securityGroups A list of security groups, and the status of each, for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "securityGroups",
"getterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n
\n@return A list of security groups, and the status of each, for the nodes in the cluster.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SecurityGroups",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SecurityGroups",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "SecurityGroupMembership",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SecurityGroupMembership.Builder} avoiding the need to create one manually via {@link SecurityGroupMembership#builder()}.\n\nWhen the {@link Consumer} completes, {@link SecurityGroupMembership.Builder#build()} is called immediately and its result is passed to {@link #member(SecurityGroupMembership)}.\n@param member a consumer that will call methods on {@link SecurityGroupMembership.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SecurityGroupMembership)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SecurityGroupMembership)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "SecurityGroupMembership",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "SecurityGroupMembership",
"variableName" : "member",
"variableType" : "SecurityGroupMembership",
"documentation" : null,
"simpleType" : "SecurityGroupMembership",
"variableSetterType" : "SecurityGroupMembership"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SecurityGroupMembership",
"variableName" : "member",
"variableType" : "SecurityGroupMembership",
"documentation" : "",
"simpleType" : "SecurityGroupMembership",
"variableSetterType" : "SecurityGroupMembership"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "SecurityGroupMembership",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "SecurityGroupMembership",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SecurityGroups",
"sensitive" : false,
"setterDocumentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
\n@param securityGroups A list of security groups, and the status of each, for the nodes in the cluster.",
"setterMethodName" : "setSecurityGroups",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : "A list of security groups, and the status of each, for the nodes in the cluster.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIamRoleArn",
"beanStyleSetterMethodName" : "setIamRoleArn",
"c2jName" : "IamRoleArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamRoleArn(String)}.\n@param iamRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@deprecated Use {@link #iamRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamRoleArn(String)}\n",
"documentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IamRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIamRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iamRoleArn",
"fluentSetterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "iamRoleArn",
"getterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IamRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IamRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IamRoleArn",
"sensitive" : false,
"setterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.",
"setterMethodName" : "setIamRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getParameterGroup",
"beanStyleSetterMethodName" : "setParameterGroup",
"c2jName" : "ParameterGroup",
"c2jShape" : "ParameterGroupStatus",
"defaultConsumerFluentSetterDocumentation" : "The parameter group being used by nodes in the cluster.
\nThis is a convenience that creates an instance of the {@link ParameterGroupStatus.Builder} avoiding the need to create one manually via {@link ParameterGroupStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ParameterGroupStatus.Builder#build()} is called immediately and its result is passed to {@link #parameterGroup(ParameterGroupStatus)}.\n@param parameterGroup a consumer that will call methods on {@link ParameterGroupStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroup(ParameterGroupStatus)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The parameter group being used by nodes in the cluster.
\n@return The parameter group being used by nodes in the cluster.\n@deprecated Use {@link #parameterGroup()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The parameter group being used by nodes in the cluster.
\n@param parameterGroup The parameter group being used by nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroup(ParameterGroupStatus)}\n",
"documentation" : "The parameter group being used by nodes in the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ParameterGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasParameterGroup",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "parameterGroup",
"fluentSetterDocumentation" : "The parameter group being used by nodes in the cluster.
\n@param parameterGroup The parameter group being used by nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "parameterGroup",
"getterDocumentation" : "The parameter group being used by nodes in the cluster.
\n@return The parameter group being used by nodes in the cluster.",
"getterModel" : {
"returnType" : "ParameterGroupStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ParameterGroup",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ParameterGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ParameterGroup",
"sensitive" : false,
"setterDocumentation" : "The parameter group being used by nodes in the cluster.
\n@param parameterGroup The parameter group being used by nodes in the cluster.",
"setterMethodName" : "setParameterGroup",
"setterModel" : {
"variableDeclarationType" : "ParameterGroupStatus",
"variableName" : "parameterGroup",
"variableType" : "ParameterGroupStatus",
"documentation" : null,
"simpleType" : "ParameterGroupStatus",
"variableSetterType" : "ParameterGroupStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ParameterGroupStatus",
"variableName" : "parameterGroup",
"variableType" : "ParameterGroupStatus",
"documentation" : "The parameter group being used by nodes in the cluster.
",
"simpleType" : "ParameterGroupStatus",
"variableSetterType" : "ParameterGroupStatus"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSseDescription",
"beanStyleSetterMethodName" : "setSseDescription",
"c2jName" : "SSEDescription",
"c2jShape" : "SSEDescription",
"defaultConsumerFluentSetterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\nThis is a convenience that creates an instance of the {@link SSEDescription.Builder} avoiding the need to create one manually via {@link SSEDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link SSEDescription.Builder#build()} is called immediately and its result is passed to {@link #sseDescription(SSEDescription)}.\n@param sseDescription a consumer that will call methods on {@link SSEDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sseDescription(SSEDescription)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\n@return The description of the server-side encryption status on the specified DAX cluster.\n@deprecated Use {@link #sseDescription()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sseDescription(SSEDescription)}\n",
"documentation" : "The description of the server-side encryption status on the specified DAX cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SSEDescription property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSseDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sseDescription",
"fluentSetterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sseDescription",
"getterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\n@return The description of the server-side encryption status on the specified DAX cluster.",
"getterModel" : {
"returnType" : "SSEDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SSEDescription",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SSEDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SSEDescription",
"sensitive" : false,
"setterDocumentation" : "The description of the server-side encryption status on the specified DAX cluster.
\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.",
"setterMethodName" : "setSseDescription",
"setterModel" : {
"variableDeclarationType" : "SSEDescription",
"variableName" : "sseDescription",
"variableType" : "SSEDescription",
"documentation" : null,
"simpleType" : "SSEDescription",
"variableSetterType" : "SSEDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SSEDescription",
"variableName" : "sseDescription",
"variableType" : "SSEDescription",
"documentation" : "The description of the server-side encryption status on the specified DAX cluster.
",
"simpleType" : "SSEDescription",
"variableSetterType" : "SSEDescription"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Cluster",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Cluster",
"variableName" : "cluster",
"variableType" : "Cluster",
"documentation" : null,
"simpleType" : "Cluster",
"variableSetterType" : "Cluster"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ClusterAlreadyExistsException" : {
"c2jName" : "ClusterAlreadyExistsFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "You already have a DAX cluster with the given identifier.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "ClusterAlreadyExistsFault",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ClusterAlreadyExistsException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ClusterAlreadyExistsException",
"variableName" : "clusterAlreadyExistsException",
"variableType" : "ClusterAlreadyExistsException",
"documentation" : null,
"simpleType" : "ClusterAlreadyExistsException",
"variableSetterType" : "ClusterAlreadyExistsException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ClusterNotFoundException" : {
"c2jName" : "ClusterNotFoundFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The requested cluster ID does not refer to an existing DAX cluster.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "ClusterNotFoundFault",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ClusterNotFoundException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ClusterNotFoundException",
"variableName" : "clusterNotFoundException",
"variableType" : "ClusterNotFoundException",
"documentation" : null,
"simpleType" : "ClusterNotFoundException",
"variableSetterType" : "ClusterNotFoundException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ClusterQuotaForCustomerExceededException" : {
"c2jName" : "ClusterQuotaForCustomerExceededFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "You have attempted to exceed the maximum number of DAX clusters for your AWS account.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "ClusterQuotaForCustomerExceededFault",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ClusterQuotaForCustomerExceededException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ClusterQuotaForCustomerExceededException",
"variableName" : "clusterQuotaForCustomerExceededException",
"variableType" : "ClusterQuotaForCustomerExceededException",
"documentation" : null,
"simpleType" : "ClusterQuotaForCustomerExceededException",
"variableSetterType" : "ClusterQuotaForCustomerExceededException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateClusterRequest" : {
"c2jName" : "CreateClusterRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateCluster",
"locationName" : null,
"requestUri" : "/",
"target" : "AmazonDAXV3.CreateCluster",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getClusterName",
"beanStyleSetterMethodName" : "setClusterName",
"c2jName" : "ClusterName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The cluster identifier. This parameter is stored as a lowercase string.
Constraints:
-
A name must contain from 1 to 20 alphanumeric characters or hyphens.
-
The first character must be a letter.
-
A name cannot end with a hyphen or contain two consecutive hyphens.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The cluster identifier. This parameter is stored as a lowercase string.
Constraints:
-
A name must contain from 1 to 20 alphanumeric characters or hyphens.
-
The first character must be a letter.
-
A name cannot end with a hyphen or contain two consecutive hyphens.
\n@return The cluster identifier. This parameter is stored as a lowercase string. Constraints:
-
A name must contain from 1 to 20 alphanumeric characters or hyphens.
-
The first character must be a letter.
-
A name cannot end with a hyphen or contain two consecutive hyphens.
\n@deprecated Use {@link #clusterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The cluster identifier. This parameter is stored as a lowercase string.
Constraints:
-
A name must contain from 1 to 20 alphanumeric characters or hyphens.
-
The first character must be a letter.
-
A name cannot end with a hyphen or contain two consecutive hyphens.
\n@param clusterName The cluster identifier. This parameter is stored as a lowercase string. Constraints:
-
A name must contain from 1 to 20 alphanumeric characters or hyphens.
-
The first character must be a letter.
-
A name cannot end with a hyphen or contain two consecutive hyphens.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n",
"documentation" : "The cluster identifier. This parameter is stored as a lowercase string.
Constraints:
-
A name must contain from 1 to 20 alphanumeric characters or hyphens.
-
The first character must be a letter.
-
A name cannot end with a hyphen or contain two consecutive hyphens.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasClusterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "clusterName",
"fluentSetterDocumentation" : "The cluster identifier. This parameter is stored as a lowercase string.
Constraints:
-
A name must contain from 1 to 20 alphanumeric characters or hyphens.
-
The first character must be a letter.
-
A name cannot end with a hyphen or contain two consecutive hyphens.
\n@param clusterName The cluster identifier. This parameter is stored as a lowercase string. Constraints:
-
A name must contain from 1 to 20 alphanumeric characters or hyphens.
-
The first character must be a letter.
-
A name cannot end with a hyphen or contain two consecutive hyphens.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "clusterName",
"getterDocumentation" : "The cluster identifier. This parameter is stored as a lowercase string.
Constraints:
-
A name must contain from 1 to 20 alphanumeric characters or hyphens.
-
The first character must be a letter.
-
A name cannot end with a hyphen or contain two consecutive hyphens.
\n@return The cluster identifier. This parameter is stored as a lowercase string. Constraints:
-
A name must contain from 1 to 20 alphanumeric characters or hyphens.
-
The first character must be a letter.
-
A name cannot end with a hyphen or contain two consecutive hyphens.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ClusterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ClusterName",
"sensitive" : false,
"setterDocumentation" : "The cluster identifier. This parameter is stored as a lowercase string.
Constraints:
-
A name must contain from 1 to 20 alphanumeric characters or hyphens.
-
The first character must be a letter.
-
A name cannot end with a hyphen or contain two consecutive hyphens.
\n@param clusterName The cluster identifier. This parameter is stored as a lowercase string. Constraints:
-
A name must contain from 1 to 20 alphanumeric characters or hyphens.
-
The first character must be a letter.
-
A name cannot end with a hyphen or contain two consecutive hyphens.
",
"setterMethodName" : "setClusterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterName",
"variableType" : "String",
"documentation" : "The cluster identifier. This parameter is stored as a lowercase string.
Constraints:
-
A name must contain from 1 to 20 alphanumeric characters or hyphens.
-
The first character must be a letter.
-
A name cannot end with a hyphen or contain two consecutive hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNodeType",
"beanStyleSetterMethodName" : "setNodeType",
"c2jName" : "NodeType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The compute and memory capacity of the nodes in the cluster.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeType(String)}.\n@param nodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The compute and memory capacity of the nodes in the cluster.
\n@return The compute and memory capacity of the nodes in the cluster.\n@deprecated Use {@link #nodeType()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The compute and memory capacity of the nodes in the cluster.
\n@param nodeType The compute and memory capacity of the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeType(String)}\n",
"documentation" : "The compute and memory capacity of the nodes in the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NodeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNodeType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nodeType",
"fluentSetterDocumentation" : "The compute and memory capacity of the nodes in the cluster.
\n@param nodeType The compute and memory capacity of the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nodeType",
"getterDocumentation" : "The compute and memory capacity of the nodes in the cluster.
\n@return The compute and memory capacity of the nodes in the cluster.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NodeType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NodeType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NodeType",
"sensitive" : false,
"setterDocumentation" : "The compute and memory capacity of the nodes in the cluster.
\n@param nodeType The compute and memory capacity of the nodes in the cluster.",
"setterMethodName" : "setNodeType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nodeType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nodeType",
"variableType" : "String",
"documentation" : "The compute and memory capacity of the nodes in the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A description of the cluster.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of the cluster.
\n@return A description of the cluster.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A description of the cluster.
\n@param description A description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "A description of the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the cluster.
\n@param description A description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description of the cluster.
\n@return A description of the cluster.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description of the cluster.
\n@param description A description of the cluster.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description of the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getReplicationFactor",
"beanStyleSetterMethodName" : "setReplicationFactor",
"c2jName" : "ReplicationFactor",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor
to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones
parameter is provided, its length must equal the ReplicationFactor
.
AWS recommends that you have at least two read replicas per cluster.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #replicationFactor(Integer)}.\n@param replicationFactor a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationFactor(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor
to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones
parameter is provided, its length must equal the ReplicationFactor
.
AWS recommends that you have at least two read replicas per cluster.
\n@return The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor
to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones
parameter is provided, its length must equal the ReplicationFactor
. AWS recommends that you have at least two read replicas per cluster.
\n@deprecated Use {@link #replicationFactor()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor
to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones
parameter is provided, its length must equal the ReplicationFactor
.
AWS recommends that you have at least two read replicas per cluster.
\n@param replicationFactor The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor
to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones
parameter is provided, its length must equal the ReplicationFactor
. AWS recommends that you have at least two read replicas per cluster.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationFactor(Integer)}\n",
"documentation" : "The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor
to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones
parameter is provided, its length must equal the ReplicationFactor
.
AWS recommends that you have at least two read replicas per cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ReplicationFactor property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasReplicationFactor",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "replicationFactor",
"fluentSetterDocumentation" : "The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor
to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones
parameter is provided, its length must equal the ReplicationFactor
.
AWS recommends that you have at least two read replicas per cluster.
\n@param replicationFactor The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor
to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones
parameter is provided, its length must equal the ReplicationFactor
. AWS recommends that you have at least two read replicas per cluster.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationFactor",
"getterDocumentation" : "The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor
to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones
parameter is provided, its length must equal the ReplicationFactor
.
AWS recommends that you have at least two read replicas per cluster.
\n@return The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor
to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones
parameter is provided, its length must equal the ReplicationFactor
. AWS recommends that you have at least two read replicas per cluster.
",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationFactor",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationFactor",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "ReplicationFactor",
"sensitive" : false,
"setterDocumentation" : "The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor
to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones
parameter is provided, its length must equal the ReplicationFactor
.
AWS recommends that you have at least two read replicas per cluster.
\n@param replicationFactor The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor
to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones
parameter is provided, its length must equal the ReplicationFactor
. AWS recommends that you have at least two read replicas per cluster.
",
"setterMethodName" : "setReplicationFactor",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "replicationFactor",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "replicationFactor",
"variableType" : "Integer",
"documentation" : "The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor
to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones
parameter is provided, its length must equal the ReplicationFactor
.
AWS recommends that you have at least two read replicas per cluster.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAvailabilityZones",
"beanStyleSetterMethodName" : "setAvailabilityZones",
"c2jName" : "AvailabilityZones",
"c2jShape" : "AvailabilityZoneList",
"defaultConsumerFluentSetterDocumentation" : "The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #availabilityZones(List)}.\n@param availabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityZones(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n
\n@return The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.\n@deprecated Use {@link #availabilityZones()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
\n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n",
"documentation" : "The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAvailabilityZones",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "availabilityZones",
"fluentSetterDocumentation" : "The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
\n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "availabilityZones",
"getterDocumentation" : "The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n
\n@return The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AvailabilityZones",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AvailabilityZones",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AvailabilityZones",
"sensitive" : false,
"setterDocumentation" : "The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
\n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.",
"setterMethodName" : "setAvailabilityZones",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "availabilityZones",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "availabilityZones",
"variableType" : "java.util.List",
"documentation" : "The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSubnetGroupName",
"beanStyleSetterMethodName" : "setSubnetGroupName",
"c2jName" : "SubnetGroupName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the subnet group to be used for the replication group.
DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnetGroupName(String)}.\n@param subnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetGroupName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the subnet group to be used for the replication group.
DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.
\n@return The name of the subnet group to be used for the replication group. DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.
\n@deprecated Use {@link #subnetGroupName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the subnet group to be used for the replication group.
DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.
\n@param subnetGroupName The name of the subnet group to be used for the replication group. DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupName(String)}\n",
"documentation" : "The name of the subnet group to be used for the replication group.
DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SubnetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSubnetGroupName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "subnetGroupName",
"fluentSetterDocumentation" : "The name of the subnet group to be used for the replication group.
DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.
\n@param subnetGroupName The name of the subnet group to be used for the replication group. DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "subnetGroupName",
"getterDocumentation" : "The name of the subnet group to be used for the replication group.
DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.
\n@return The name of the subnet group to be used for the replication group. DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SubnetGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubnetGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SubnetGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the subnet group to be used for the replication group.
DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.
\n@param subnetGroupName The name of the subnet group to be used for the replication group. DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.
",
"setterMethodName" : "setSubnetGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subnetGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subnetGroupName",
"variableType" : "String",
"documentation" : "The name of the subnet group to be used for the replication group.
DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSecurityGroupIds",
"beanStyleSetterMethodName" : "setSecurityGroupIds",
"c2jName" : "SecurityGroupIds",
"c2jShape" : "SecurityGroupIdentifierList",
"defaultConsumerFluentSetterDocumentation" : "A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)
If this parameter is not specified, DAX assigns the default VPC security group to each node.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroupIds(List)}.\n@param securityGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupIds(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)
If this parameter is not specified, DAX assigns the default VPC security group to each node.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n
\n@return A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.) If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@deprecated Use {@link #securityGroupIds()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)
If this parameter is not specified, DAX assigns the default VPC security group to each node.
\n@param securityGroupIds A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.) If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroupIds(List)}\n",
"documentation" : "A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)
If this parameter is not specified, DAX assigns the default VPC security group to each node.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SecurityGroupIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSecurityGroupIds",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "securityGroupIds",
"fluentSetterDocumentation" : "A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)
If this parameter is not specified, DAX assigns the default VPC security group to each node.
\n@param securityGroupIds A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)
If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "securityGroupIds",
"getterDocumentation" : "
A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)
If this parameter is not specified, DAX assigns the default VPC security group to each node.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n
\n@return A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.) If this parameter is not specified, DAX assigns the default VPC security group to each node.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SecurityGroupIds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SecurityGroupIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SecurityGroupIds",
"sensitive" : false,
"setterDocumentation" : "A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)
If this parameter is not specified, DAX assigns the default VPC security group to each node.
\n@param securityGroupIds A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)
If this parameter is not specified, DAX assigns the default VPC security group to each node.",
"setterMethodName" : "setSecurityGroupIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "securityGroupIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "securityGroupIds",
"variableType" : "java.util.List",
"documentation" : "A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)
If this parameter is not specified, DAX assigns the default VPC security group to each node.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPreferredMaintenanceWindow",
"beanStyleSetterMethodName" : "setPreferredMaintenanceWindow",
"c2jName" : "PreferredMaintenanceWindow",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Specifies the weekly time range during which maintenance on the DAX cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd
are:
-
sun
-
mon
-
tue
-
wed
-
thu
-
fri
-
sat
Example: sun:05:00-sun:09:00
If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #preferredMaintenanceWindow(String)}.\n@param preferredMaintenanceWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredMaintenanceWindow(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the weekly time range during which maintenance on the DAX cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd
are:
-
sun
-
mon
-
tue
-
wed
-
thu
-
fri
-
sat
Example: sun:05:00-sun:09:00
If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.
\n@return Specifies the weekly time range during which maintenance on the DAX cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd
are:
-
sun
-
mon
-
tue
-
wed
-
thu
-
fri
-
sat
Example: sun:05:00-sun:09:00
If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.
\n@deprecated Use {@link #preferredMaintenanceWindow()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the weekly time range during which maintenance on the DAX cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd
are:
-
sun
-
mon
-
tue
-
wed
-
thu
-
fri
-
sat
Example: sun:05:00-sun:09:00
If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.
\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the DAX cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd
are: -
sun
-
mon
-
tue
-
wed
-
thu
-
fri
-
sat
Example: sun:05:00-sun:09:00
If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #preferredMaintenanceWindow(String)}\n",
"documentation" : "Specifies the weekly time range during which maintenance on the DAX cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd
are:
-
sun
-
mon
-
tue
-
wed
-
thu
-
fri
-
sat
Example: sun:05:00-sun:09:00
If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PreferredMaintenanceWindow property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPreferredMaintenanceWindow",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "preferredMaintenanceWindow",
"fluentSetterDocumentation" : "Specifies the weekly time range during which maintenance on the DAX cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd
are:
-
sun
-
mon
-
tue
-
wed
-
thu
-
fri
-
sat
Example: sun:05:00-sun:09:00
If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.
\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the DAX cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd
are: -
sun
-
mon
-
tue
-
wed
-
thu
-
fri
-
sat
Example: sun:05:00-sun:09:00
If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "preferredMaintenanceWindow",
"getterDocumentation" : "Specifies the weekly time range during which maintenance on the DAX cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd
are:
-
sun
-
mon
-
tue
-
wed
-
thu
-
fri
-
sat
Example: sun:05:00-sun:09:00
If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.
\n@return Specifies the weekly time range during which maintenance on the DAX cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd
are: -
sun
-
mon
-
tue
-
wed
-
thu
-
fri
-
sat
Example: sun:05:00-sun:09:00
If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PreferredMaintenanceWindow",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PreferredMaintenanceWindow",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PreferredMaintenanceWindow",
"sensitive" : false,
"setterDocumentation" : "Specifies the weekly time range during which maintenance on the DAX cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd
are:
-
sun
-
mon
-
tue
-
wed
-
thu
-
fri
-
sat
Example: sun:05:00-sun:09:00
If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.
\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the DAX cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd
are: -
sun
-
mon
-
tue
-
wed
-
thu
-
fri
-
sat
Example: sun:05:00-sun:09:00
If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.
",
"setterMethodName" : "setPreferredMaintenanceWindow",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"documentation" : "Specifies the weekly time range during which maintenance on the DAX cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd
are:
-
sun
-
mon
-
tue
-
wed
-
thu
-
fri
-
sat
Example: sun:05:00-sun:09:00
If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNotificationTopicArn",
"beanStyleSetterMethodName" : "setNotificationTopicArn",
"c2jName" : "NotificationTopicArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.
The Amazon SNS topic owner must be same as the DAX cluster owner.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTopicArn(String)}.\n@param notificationTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationTopicArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.
The Amazon SNS topic owner must be same as the DAX cluster owner.
\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent. The Amazon SNS topic owner must be same as the DAX cluster owner.
\n@deprecated Use {@link #notificationTopicArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.
The Amazon SNS topic owner must be same as the DAX cluster owner.
\n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent. The Amazon SNS topic owner must be same as the DAX cluster owner.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notificationTopicArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.
The Amazon SNS topic owner must be same as the DAX cluster owner.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NotificationTopicArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNotificationTopicArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "notificationTopicArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.
The Amazon SNS topic owner must be same as the DAX cluster owner.
\n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent. The Amazon SNS topic owner must be same as the DAX cluster owner.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "notificationTopicArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.
The Amazon SNS topic owner must be same as the DAX cluster owner.
\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent. The Amazon SNS topic owner must be same as the DAX cluster owner.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NotificationTopicArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NotificationTopicArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NotificationTopicArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.
The Amazon SNS topic owner must be same as the DAX cluster owner.
\n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent. The Amazon SNS topic owner must be same as the DAX cluster owner.
",
"setterMethodName" : "setNotificationTopicArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "notificationTopicArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "notificationTopicArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.
The Amazon SNS topic owner must be same as the DAX cluster owner.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIamRoleArn",
"beanStyleSetterMethodName" : "setIamRoleArn",
"c2jName" : "IamRoleArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamRoleArn(String)}.\n@param iamRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@deprecated Use {@link #iamRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamRoleArn(String)}\n",
"documentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IamRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIamRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iamRoleArn",
"fluentSetterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "iamRoleArn",
"getterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IamRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IamRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IamRoleArn",
"sensitive" : false,
"setterDocumentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.",
"setterMethodName" : "setIamRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : "A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getParameterGroupName",
"beanStyleSetterMethodName" : "setParameterGroupName",
"c2jName" : "ParameterGroupName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The parameter group to be associated with the DAX cluster.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The parameter group to be associated with the DAX cluster.
\n@return The parameter group to be associated with the DAX cluster.\n@deprecated Use {@link #parameterGroupName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The parameter group to be associated with the DAX cluster.
\n@param parameterGroupName The parameter group to be associated with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n",
"documentation" : "The parameter group to be associated with the DAX cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasParameterGroupName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "parameterGroupName",
"fluentSetterDocumentation" : "The parameter group to be associated with the DAX cluster.
\n@param parameterGroupName The parameter group to be associated with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "parameterGroupName",
"getterDocumentation" : "The parameter group to be associated with the DAX cluster.
\n@return The parameter group to be associated with the DAX cluster.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ParameterGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ParameterGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ParameterGroupName",
"sensitive" : false,
"setterDocumentation" : "The parameter group to be associated with the DAX cluster.
\n@param parameterGroupName The parameter group to be associated with the DAX cluster.",
"setterMethodName" : "setParameterGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "parameterGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "parameterGroupName",
"variableType" : "String",
"documentation" : "The parameter group to be associated with the DAX cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "A set of tags to associate with the DAX cluster.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A set of tags to associate with the DAX cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A set of tags to associate with the DAX cluster.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A set of tags to associate with the DAX cluster.
\n@param tags A set of tags to associate with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "A set of tags to associate with the DAX cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A set of tags to associate with the DAX cluster.
\n@param tags A set of tags to associate with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A set of tags to associate with the DAX cluster.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A set of tags to associate with the DAX cluster.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "A set of tags to associate with the DAX cluster.
\n@param tags A set of tags to associate with the DAX cluster.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "A set of tags to associate with the DAX cluster.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSseSpecification",
"beanStyleSetterMethodName" : "setSseSpecification",
"c2jName" : "SSESpecification",
"c2jShape" : "SSESpecification",
"defaultConsumerFluentSetterDocumentation" : "Represents the settings used to enable server-side encryption on the cluster.
\nThis is a convenience that creates an instance of the {@link SSESpecification.Builder} avoiding the need to create one manually via {@link SSESpecification#builder()}.\n\nWhen the {@link Consumer} completes, {@link SSESpecification.Builder#build()} is called immediately and its result is passed to {@link #sseSpecification(SSESpecification)}.\n@param sseSpecification a consumer that will call methods on {@link SSESpecification.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sseSpecification(SSESpecification)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Represents the settings used to enable server-side encryption on the cluster.
\n@return Represents the settings used to enable server-side encryption on the cluster.\n@deprecated Use {@link #sseSpecification()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Represents the settings used to enable server-side encryption on the cluster.
\n@param sseSpecification Represents the settings used to enable server-side encryption on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sseSpecification(SSESpecification)}\n",
"documentation" : "Represents the settings used to enable server-side encryption on the cluster.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SSESpecification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSseSpecification",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sseSpecification",
"fluentSetterDocumentation" : "Represents the settings used to enable server-side encryption on the cluster.
\n@param sseSpecification Represents the settings used to enable server-side encryption on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sseSpecification",
"getterDocumentation" : "Represents the settings used to enable server-side encryption on the cluster.
\n@return Represents the settings used to enable server-side encryption on the cluster.",
"getterModel" : {
"returnType" : "SSESpecification",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SSESpecification",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SSESpecification",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SSESpecification",
"sensitive" : false,
"setterDocumentation" : "Represents the settings used to enable server-side encryption on the cluster.
\n@param sseSpecification Represents the settings used to enable server-side encryption on the cluster.",
"setterMethodName" : "setSseSpecification",
"setterModel" : {
"variableDeclarationType" : "SSESpecification",
"variableName" : "sseSpecification",
"variableType" : "SSESpecification",
"documentation" : null,
"simpleType" : "SSESpecification",
"variableSetterType" : "SSESpecification"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SSESpecification",
"variableName" : "sseSpecification",
"variableType" : "SSESpecification",
"documentation" : "Represents the settings used to enable server-side encryption on the cluster.
",
"simpleType" : "SSESpecification",
"variableSetterType" : "SSESpecification"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AvailabilityZones" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAvailabilityZones",
"beanStyleSetterMethodName" : "setAvailabilityZones",
"c2jName" : "AvailabilityZones",
"c2jShape" : "AvailabilityZoneList",
"defaultConsumerFluentSetterDocumentation" : "The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #availabilityZones(List)}.\n@param availabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityZones(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n
\n@return The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.\n@deprecated Use {@link #availabilityZones()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
\n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n",
"documentation" : "The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAvailabilityZones",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "availabilityZones",
"fluentSetterDocumentation" : "The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
\n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "availabilityZones",
"getterDocumentation" : "The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n
\n@return The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AvailabilityZones",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AvailabilityZones",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AvailabilityZones",
"sensitive" : false,
"setterDocumentation" : "The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
\n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.",
"setterMethodName" : "setAvailabilityZones",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "availabilityZones",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "availabilityZones",
"variableType" : "java.util.List",
"documentation" : "The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ClusterName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getClusterName",
"beanStyleSetterMethodName" : "setClusterName",
"c2jName" : "ClusterName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The cluster identifier. This parameter is stored as a lowercase string.
Constraints:
-
A name must contain from 1 to 20 alphanumeric characters or hyphens.
-
The first character must be a letter.
-
A name cannot end with a hyphen or contain two consecutive hyphens.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The cluster identifier. This parameter is stored as a lowercase string.
Constraints:
-
A name must contain from 1 to 20 alphanumeric characters or hyphens.
-
The first character must be a letter.
-
A name cannot end with a hyphen or contain two consecutive hyphens.
\n@return The cluster identifier. This parameter is stored as a lowercase string. Constraints:
-
A name must contain from 1 to 20 alphanumeric characters or hyphens.
-
The first character must be a letter.
-
A name cannot end with a hyphen or contain two consecutive hyphens.
\n@deprecated Use {@link #clusterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The cluster identifier. This parameter is stored as a lowercase string.
Constraints:
-