Interface CreateNodegroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateNodegroupRequest.Builder,CreateNodegroupRequest>,EksRequest.Builder,SdkBuilder<CreateNodegroupRequest.Builder,CreateNodegroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateNodegroupRequest
public static interface CreateNodegroupRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<CreateNodegroupRequest.Builder,CreateNodegroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateNodegroupRequest.BuilderamiType(String amiType)The AMI type for your node group.CreateNodegroupRequest.BuilderamiType(AMITypes amiType)The AMI type for your node group.CreateNodegroupRequest.BuildercapacityType(String capacityType)The capacity type for your node group.CreateNodegroupRequest.BuildercapacityType(CapacityTypes capacityType)The capacity type for your node group.CreateNodegroupRequest.BuilderclientRequestToken(String clientRequestToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateNodegroupRequest.BuilderclusterName(String clusterName)The name of the cluster to create the node group in.CreateNodegroupRequest.BuilderdiskSize(Integer diskSize)The root device disk size (in GiB) for your node group instances.CreateNodegroupRequest.BuilderinstanceTypes(String... instanceTypes)Specify the instance types for a node group.CreateNodegroupRequest.BuilderinstanceTypes(Collection<String> instanceTypes)Specify the instance types for a node group.CreateNodegroupRequest.Builderlabels(Map<String,String> labels)The Kubernetes labels to be applied to the nodes in the node group when they are created.default CreateNodegroupRequest.BuilderlaunchTemplate(Consumer<LaunchTemplateSpecification.Builder> launchTemplate)An object representing a node group's launch template specification.CreateNodegroupRequest.BuilderlaunchTemplate(LaunchTemplateSpecification launchTemplate)An object representing a node group's launch template specification.CreateNodegroupRequest.BuildernodegroupName(String nodegroupName)The unique name to give your node group.CreateNodegroupRequest.BuildernodeRole(String nodeRole)The Amazon Resource Name (ARN) of the IAM role to associate with your node group.CreateNodegroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateNodegroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateNodegroupRequest.BuilderreleaseVersion(String releaseVersion)The AMI version of the Amazon EKS optimized AMI to use with your node group.default CreateNodegroupRequest.BuilderremoteAccess(Consumer<RemoteAccessConfig.Builder> remoteAccess)The remote access configuration to use with your node group.CreateNodegroupRequest.BuilderremoteAccess(RemoteAccessConfig remoteAccess)The remote access configuration to use with your node group.default CreateNodegroupRequest.BuilderscalingConfig(Consumer<NodegroupScalingConfig.Builder> scalingConfig)The scaling configuration details for the Auto Scaling group that is created for your node group.CreateNodegroupRequest.BuilderscalingConfig(NodegroupScalingConfig scalingConfig)The scaling configuration details for the Auto Scaling group that is created for your node group.CreateNodegroupRequest.Buildersubnets(String... subnets)The subnets to use for the Auto Scaling group that is created for your node group.CreateNodegroupRequest.Buildersubnets(Collection<String> subnets)The subnets to use for the Auto Scaling group that is created for your node group.CreateNodegroupRequest.Buildertags(Map<String,String> tags)The metadata to apply to the node group to assist with categorization and organization.CreateNodegroupRequest.Buildertaints(Collection<Taint> taints)The Kubernetes taints to be applied to the nodes in the node group.CreateNodegroupRequest.Buildertaints(Consumer<Taint.Builder>... taints)The Kubernetes taints to be applied to the nodes in the node group.CreateNodegroupRequest.Buildertaints(Taint... taints)The Kubernetes taints to be applied to the nodes in the node group.default CreateNodegroupRequest.BuilderupdateConfig(Consumer<NodegroupUpdateConfig.Builder> updateConfig)The node group update configuration.CreateNodegroupRequest.BuilderupdateConfig(NodegroupUpdateConfig updateConfig)The node group update configuration.CreateNodegroupRequest.Builderversion(String version)The Kubernetes version to use for your managed nodes.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.eks.model.EksRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterName
CreateNodegroupRequest.Builder clusterName(String clusterName)
The name of the cluster to create the node group in.
- Parameters:
clusterName- The name of the cluster to create the node group in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodegroupName
CreateNodegroupRequest.Builder nodegroupName(String nodegroupName)
The unique name to give your node group.
- Parameters:
nodegroupName- The unique name to give your node group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scalingConfig
CreateNodegroupRequest.Builder scalingConfig(NodegroupScalingConfig scalingConfig)
The scaling configuration details for the Auto Scaling group that is created for your node group.
- Parameters:
scalingConfig- The scaling configuration details for the Auto Scaling group that is created for your node group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scalingConfig
default CreateNodegroupRequest.Builder scalingConfig(Consumer<NodegroupScalingConfig.Builder> scalingConfig)
The scaling configuration details for the Auto Scaling group that is created for your node group.
This is a convenience method that creates an instance of theNodegroupScalingConfig.Builderavoiding the need to create one manually viaNodegroupScalingConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscalingConfig(NodegroupScalingConfig).- Parameters:
scalingConfig- a consumer that will call methods onNodegroupScalingConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
scalingConfig(NodegroupScalingConfig)
-
diskSize
CreateNodegroupRequest.Builder diskSize(Integer diskSize)
The root device disk size (in GiB) for your node group instances. The default disk size is 20 GiB for Linux and Bottlerocket. The default disk size is 50 GiB for Windows. If you specify
launchTemplate, then don't specifydiskSize, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Parameters:
diskSize- The root device disk size (in GiB) for your node group instances. The default disk size is 20 GiB for Linux and Bottlerocket. The default disk size is 50 GiB for Windows. If you specifylaunchTemplate, then don't specifydiskSize, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
CreateNodegroupRequest.Builder subnets(Collection<String> subnets)
The subnets to use for the Auto Scaling group that is created for your node group. If you specify
launchTemplate, then don't specifySubnetIdin your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Parameters:
subnets- The subnets to use for the Auto Scaling group that is created for your node group. If you specifylaunchTemplate, then don't specifySubnetIdin your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
CreateNodegroupRequest.Builder subnets(String... subnets)
The subnets to use for the Auto Scaling group that is created for your node group. If you specify
launchTemplate, then don't specifySubnetIdin your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Parameters:
subnets- The subnets to use for the Auto Scaling group that is created for your node group. If you specifylaunchTemplate, then don't specifySubnetIdin your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypes
CreateNodegroupRequest.Builder instanceTypes(Collection<String> instanceTypes)
Specify the instance types for a node group. If you specify a GPU instance type, make sure to also specify an applicable GPU AMI type with the
amiTypeparameter. If you specifylaunchTemplate, then you can specify zero or one instance type in your launch template or you can specify 0-20 instance types forinstanceTypes. If however, you specify an instance type in your launch template and specify anyinstanceTypes, the node group deployment will fail. If you don't specify an instance type in a launch template or forinstanceTypes, thent3.mediumis used, by default. If you specifySpotforcapacityType, then we recommend specifying multiple values forinstanceTypes. For more information, see Managed node group capacity types and Launch template support in the Amazon EKS User Guide.- Parameters:
instanceTypes- Specify the instance types for a node group. If you specify a GPU instance type, make sure to also specify an applicable GPU AMI type with theamiTypeparameter. If you specifylaunchTemplate, then you can specify zero or one instance type in your launch template or you can specify 0-20 instance types forinstanceTypes. If however, you specify an instance type in your launch template and specify anyinstanceTypes, the node group deployment will fail. If you don't specify an instance type in a launch template or forinstanceTypes, thent3.mediumis used, by default. If you specifySpotforcapacityType, then we recommend specifying multiple values forinstanceTypes. For more information, see Managed node group capacity types and Launch template support in the Amazon EKS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypes
CreateNodegroupRequest.Builder instanceTypes(String... instanceTypes)
Specify the instance types for a node group. If you specify a GPU instance type, make sure to also specify an applicable GPU AMI type with the
amiTypeparameter. If you specifylaunchTemplate, then you can specify zero or one instance type in your launch template or you can specify 0-20 instance types forinstanceTypes. If however, you specify an instance type in your launch template and specify anyinstanceTypes, the node group deployment will fail. If you don't specify an instance type in a launch template or forinstanceTypes, thent3.mediumis used, by default. If you specifySpotforcapacityType, then we recommend specifying multiple values forinstanceTypes. For more information, see Managed node group capacity types and Launch template support in the Amazon EKS User Guide.- Parameters:
instanceTypes- Specify the instance types for a node group. If you specify a GPU instance type, make sure to also specify an applicable GPU AMI type with theamiTypeparameter. If you specifylaunchTemplate, then you can specify zero or one instance type in your launch template or you can specify 0-20 instance types forinstanceTypes. If however, you specify an instance type in your launch template and specify anyinstanceTypes, the node group deployment will fail. If you don't specify an instance type in a launch template or forinstanceTypes, thent3.mediumis used, by default. If you specifySpotforcapacityType, then we recommend specifying multiple values forinstanceTypes. For more information, see Managed node group capacity types and Launch template support in the Amazon EKS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
amiType
CreateNodegroupRequest.Builder amiType(String amiType)
The AMI type for your node group. If you specify
launchTemplate, and your launch template uses a custom AMI, then don't specifyamiType, or the node group deployment will fail. If your launch template uses a Windows custom AMI, then addeks:kube-proxy-windowsto your Windows nodesrolearnin theaws-authConfigMap. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Parameters:
amiType- The AMI type for your node group. If you specifylaunchTemplate, and your launch template uses a custom AMI, then don't specifyamiType, or the node group deployment will fail. If your launch template uses a Windows custom AMI, then addeks:kube-proxy-windowsto your Windows nodesrolearnin theaws-authConfigMap. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AMITypes,AMITypes
-
amiType
CreateNodegroupRequest.Builder amiType(AMITypes amiType)
The AMI type for your node group. If you specify
launchTemplate, and your launch template uses a custom AMI, then don't specifyamiType, or the node group deployment will fail. If your launch template uses a Windows custom AMI, then addeks:kube-proxy-windowsto your Windows nodesrolearnin theaws-authConfigMap. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Parameters:
amiType- The AMI type for your node group. If you specifylaunchTemplate, and your launch template uses a custom AMI, then don't specifyamiType, or the node group deployment will fail. If your launch template uses a Windows custom AMI, then addeks:kube-proxy-windowsto your Windows nodesrolearnin theaws-authConfigMap. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AMITypes,AMITypes
-
remoteAccess
CreateNodegroupRequest.Builder remoteAccess(RemoteAccessConfig remoteAccess)
The remote access configuration to use with your node group. For Linux, the protocol is SSH. For Windows, the protocol is RDP. If you specify
launchTemplate, then don't specifyremoteAccess, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Parameters:
remoteAccess- The remote access configuration to use with your node group. For Linux, the protocol is SSH. For Windows, the protocol is RDP. If you specifylaunchTemplate, then don't specifyremoteAccess, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remoteAccess
default CreateNodegroupRequest.Builder remoteAccess(Consumer<RemoteAccessConfig.Builder> remoteAccess)
The remote access configuration to use with your node group. For Linux, the protocol is SSH. For Windows, the protocol is RDP. If you specify
This is a convenience method that creates an instance of thelaunchTemplate, then don't specifyremoteAccess, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.RemoteAccessConfig.Builderavoiding the need to create one manually viaRemoteAccessConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toremoteAccess(RemoteAccessConfig).- Parameters:
remoteAccess- a consumer that will call methods onRemoteAccessConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
remoteAccess(RemoteAccessConfig)
-
nodeRole
CreateNodegroupRequest.Builder nodeRole(String nodeRole)
The Amazon Resource Name (ARN) of the IAM role to associate with your node group. The Amazon EKS worker node
kubeletdaemon makes calls to Amazon Web Services APIs on your behalf. Nodes receive permissions for these API calls through an IAM instance profile and associated policies. Before you can launch nodes and register them into a cluster, you must create an IAM role for those nodes to use when they are launched. For more information, see Amazon EKS node IAM role in the Amazon EKS User Guide . If you specifylaunchTemplate, then don't specifyIamInstanceProfilein your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Parameters:
nodeRole- The Amazon Resource Name (ARN) of the IAM role to associate with your node group. The Amazon EKS worker nodekubeletdaemon makes calls to Amazon Web Services APIs on your behalf. Nodes receive permissions for these API calls through an IAM instance profile and associated policies. Before you can launch nodes and register them into a cluster, you must create an IAM role for those nodes to use when they are launched. For more information, see Amazon EKS node IAM role in the Amazon EKS User Guide . If you specifylaunchTemplate, then don't specifyIamInstanceProfilein your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labels
CreateNodegroupRequest.Builder labels(Map<String,String> labels)
The Kubernetes labels to be applied to the nodes in the node group when they are created.
- Parameters:
labels- The Kubernetes labels to be applied to the nodes in the node group when they are created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taints
CreateNodegroupRequest.Builder taints(Collection<Taint> taints)
The Kubernetes taints to be applied to the nodes in the node group. For more information, see Node taints on managed node groups.
- Parameters:
taints- The Kubernetes taints to be applied to the nodes in the node group. For more information, see Node taints on managed node groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taints
CreateNodegroupRequest.Builder taints(Taint... taints)
The Kubernetes taints to be applied to the nodes in the node group. For more information, see Node taints on managed node groups.
- Parameters:
taints- The Kubernetes taints to be applied to the nodes in the node group. For more information, see Node taints on managed node groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taints
CreateNodegroupRequest.Builder taints(Consumer<Taint.Builder>... taints)
The Kubernetes taints to be applied to the nodes in the node group. For more information, see Node taints on managed node groups.
This is a convenience method that creates an instance of theTaint.Builderavoiding the need to create one manually viaTaint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#taints(List.) - Parameters:
taints- a consumer that will call methods onTaint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#taints(java.util.Collection)
-
tags
CreateNodegroupRequest.Builder tags(Map<String,String> tags)
The metadata to apply to the node group to assist with categorization and organization. Each tag consists of a key and an optional value. You define both. Node group tags do not propagate to any other resources associated with the node group, such as the Amazon EC2 instances or subnets.
- Parameters:
tags- The metadata to apply to the node group to assist with categorization and organization. Each tag consists of a key and an optional value. You define both. Node group tags do not propagate to any other resources associated with the node group, such as the Amazon EC2 instances or subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
CreateNodegroupRequest.Builder clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientRequestToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
launchTemplate
CreateNodegroupRequest.Builder launchTemplate(LaunchTemplateSpecification launchTemplate)
An object representing a node group's launch template specification. If specified, then do not specify
instanceTypes,diskSize, orremoteAccessand make sure that the launch template meets the requirements inlaunchTemplateSpecification.- Parameters:
launchTemplate- An object representing a node group's launch template specification. If specified, then do not specifyinstanceTypes,diskSize, orremoteAccessand make sure that the launch template meets the requirements inlaunchTemplateSpecification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
launchTemplate
default CreateNodegroupRequest.Builder launchTemplate(Consumer<LaunchTemplateSpecification.Builder> launchTemplate)
An object representing a node group's launch template specification. If specified, then do not specify
This is a convenience method that creates an instance of theinstanceTypes,diskSize, orremoteAccessand make sure that the launch template meets the requirements inlaunchTemplateSpecification.LaunchTemplateSpecification.Builderavoiding the need to create one manually viaLaunchTemplateSpecification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolaunchTemplate(LaunchTemplateSpecification).- Parameters:
launchTemplate- a consumer that will call methods onLaunchTemplateSpecification.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
launchTemplate(LaunchTemplateSpecification)
-
updateConfig
CreateNodegroupRequest.Builder updateConfig(NodegroupUpdateConfig updateConfig)
The node group update configuration.
- Parameters:
updateConfig- The node group update configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateConfig
default CreateNodegroupRequest.Builder updateConfig(Consumer<NodegroupUpdateConfig.Builder> updateConfig)
The node group update configuration.
This is a convenience method that creates an instance of theNodegroupUpdateConfig.Builderavoiding the need to create one manually viaNodegroupUpdateConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toupdateConfig(NodegroupUpdateConfig).- Parameters:
updateConfig- a consumer that will call methods onNodegroupUpdateConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
updateConfig(NodegroupUpdateConfig)
-
capacityType
CreateNodegroupRequest.Builder capacityType(String capacityType)
The capacity type for your node group.
- Parameters:
capacityType- The capacity type for your node group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapacityTypes,CapacityTypes
-
capacityType
CreateNodegroupRequest.Builder capacityType(CapacityTypes capacityType)
The capacity type for your node group.
- Parameters:
capacityType- The capacity type for your node group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapacityTypes,CapacityTypes
-
version
CreateNodegroupRequest.Builder version(String version)
The Kubernetes version to use for your managed nodes. By default, the Kubernetes version of the cluster is used, and this is the only accepted specified value. If you specify
launchTemplate, and your launch template uses a custom AMI, then don't specifyversion, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Parameters:
version- The Kubernetes version to use for your managed nodes. By default, the Kubernetes version of the cluster is used, and this is the only accepted specified value. If you specifylaunchTemplate, and your launch template uses a custom AMI, then don't specifyversion, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
releaseVersion
CreateNodegroupRequest.Builder releaseVersion(String releaseVersion)
The AMI version of the Amazon EKS optimized AMI to use with your node group. By default, the latest available AMI version for the node group's current Kubernetes version is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide.
If you specify
launchTemplate, and your launch template uses a custom AMI, then don't specifyreleaseVersion, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Parameters:
releaseVersion- The AMI version of the Amazon EKS optimized AMI to use with your node group. By default, the latest available AMI version for the node group's current Kubernetes version is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide.If you specify
launchTemplate, and your launch template uses a custom AMI, then don't specifyreleaseVersion, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateNodegroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateNodegroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-