Interface Instance.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Instance.Builder,
,Instance> SdkBuilder<Instance.Builder,
,Instance> SdkPojo
- Enclosing class:
Instance
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) The Amazon Web Services account ID that owns the instance.createdTime
(Instant createdTime) The instance creation timestamp.errorMessage
(String errorMessage) The Amazon Web Services Supply Chain instance error message.instanceDescription
(String instanceDescription) The Amazon Web Services Supply Chain instance description.instanceId
(String instanceId) The Amazon Web Services Supply Chain instance identifier.instanceName
(String instanceName) The Amazon Web Services Supply Chain instance name.The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you optionally provided for encryption.lastModifiedTime
(Instant lastModifiedTime) The instance last modified timestamp.The state of the instance.state
(InstanceState state) The state of the instance.versionNumber
(Double versionNumber) The version number of the instance.webAppDnsDomain
(String webAppDnsDomain) The WebApp DNS domain name of the instance.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
-
Method Details
-
instanceId
The Amazon Web Services Supply Chain instance identifier.
- Parameters:
instanceId
- The Amazon Web Services Supply Chain instance identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
The Amazon Web Services account ID that owns the instance.
- Parameters:
awsAccountId
- The Amazon Web Services account ID that owns the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the instance.
- Parameters:
state
- The state of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the instance.
- Parameters:
state
- The state of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorMessage
The Amazon Web Services Supply Chain instance error message. If the instance results in an unhealthy state, customers need to check the error message, delete the current instance, and recreate a new one based on the mitigation from the error message.
- Parameters:
errorMessage
- The Amazon Web Services Supply Chain instance error message. If the instance results in an unhealthy state, customers need to check the error message, delete the current instance, and recreate a new one based on the mitigation from the error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webAppDnsDomain
The WebApp DNS domain name of the instance.
- Parameters:
webAppDnsDomain
- The WebApp DNS domain name of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The instance creation timestamp.
- Parameters:
createdTime
- The instance creation timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The instance last modified timestamp.
- Parameters:
lastModifiedTime
- The instance last modified timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceName
The Amazon Web Services Supply Chain instance name.
- Parameters:
instanceName
- The Amazon Web Services Supply Chain instance name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceDescription
The Amazon Web Services Supply Chain instance description.
- Parameters:
instanceDescription
- The Amazon Web Services 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 optionally provided for encryption. If you did not provide anything here, AWS Supply Chain uses the Amazon Web Services owned KMS key and nothing is returned.
- Parameters:
kmsKeyArn
- The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you optionally provided for encryption. If you did not provide anything here, AWS Supply Chain uses the Amazon Web Services owned KMS key and nothing is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionNumber
The version number of the instance.
- Parameters:
versionNumber
- The version number of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-