Interface CreateInstanceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateInstanceRequest.Builder,
,CreateInstanceRequest> SdkBuilder<CreateInstanceRequest.Builder,
,CreateInstanceRequest> SdkPojo
,SdkRequest.Builder
,SupplyChainRequest.Builder
- Enclosing class:
CreateInstanceRequest
@Mutable
@NotThreadSafe
public static interface CreateInstanceRequest.Builder
extends SupplyChainRequest.Builder, SdkPojo, CopyableBuilder<CreateInstanceRequest.Builder,CreateInstanceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) The client token for idempotency.instanceDescription
(String instanceDescription) The AWS Supply Chain instance description.instanceName
(String instanceName) The AWS Supply Chain instance name.The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Web Services tags of an instance to be created.webAppDnsDomain
(String webAppDnsDomain) The DNS subdomain of the web app.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.supplychain.model.SupplyChainRequest.Builder
build
-
Method Details
-
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
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
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.
-
webAppDnsDomain
The DNS subdomain of the web app. This would be "example" in the URL "example.scn.global.on.aws". You can set this to a custom value, as long as the domain isn't already being used by someone else. The name may only include alphanumeric characters and hyphens.
- Parameters:
webAppDnsDomain
- The DNS subdomain of the web app. This would be "example" in the URL "example.scn.global.on.aws". You can set this to a custom value, as long as the domain isn't already being used by someone else. The name may only include alphanumeric characters and hyphens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-