Interface CreateInstanceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateInstanceRequest.Builder,CreateInstanceRequest>,SdkBuilder<CreateInstanceRequest.Builder,CreateInstanceRequest>,SdkPojo,SdkRequest.Builder,SupplyChainRequest.Builder
- Enclosing class:
- CreateInstanceRequest
public static interface CreateInstanceRequest.Builder extends SupplyChainRequest.Builder, SdkPojo, CopyableBuilder<CreateInstanceRequest.Builder,CreateInstanceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateInstanceRequest.BuilderclientToken(String clientToken)The client token for idempotency.CreateInstanceRequest.BuilderinstanceDescription(String instanceDescription)The AWS Supply Chain instance description.CreateInstanceRequest.BuilderinstanceName(String instanceName)The AWS Supply Chain instance name.CreateInstanceRequest.BuilderkmsKeyArn(String kmsKeyArn)The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.CreateInstanceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateInstanceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateInstanceRequest.Buildertags(Map<String,String> tags)The Amazon Web Services tags of an instance to be created.-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.supplychain.model.SupplyChainRequest.Builder
build
-
-
-
-
Method Detail
-
instanceName
CreateInstanceRequest.Builder instanceName(String instanceName)
The AWS Supply Chain instance name.
- Parameters:
instanceName- The AWS Supply Chain instance name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceDescription
CreateInstanceRequest.Builder instanceDescription(String instanceDescription)
The AWS Supply Chain instance description.
- Parameters:
instanceDescription- The AWS Supply Chain instance description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyArn
CreateInstanceRequest.Builder kmsKeyArn(String kmsKeyArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon Web Services owned KMS key. If you don't provide anything here, AWS Supply Chain uses the Amazon Web Services owned KMS key.
- Parameters:
kmsKeyArn- The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon Web Services owned KMS key. If you don't provide anything here, AWS Supply Chain uses the Amazon Web Services owned KMS key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateInstanceRequest.Builder tags(Map<String,String> tags)
The Amazon Web Services tags of an instance to be created.
- Parameters:
tags- The Amazon Web Services tags of an instance to be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
CreateInstanceRequest.Builder clientToken(String clientToken)
The client token for idempotency.
- Parameters:
clientToken- The client token for idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-