Interface Instance.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Instance.Builder,Instance>,SdkBuilder<Instance.Builder,Instance>,SdkPojo
- Enclosing class:
- Instance
public static interface Instance.Builder extends SdkPojo, CopyableBuilder<Instance.Builder,Instance>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instance.BuilderawsAccountId(String awsAccountId)The Amazon Web Services account ID that owns the instance.Instance.BuildercreatedTime(Instant createdTime)The instance creation timestamp.Instance.BuilderinstanceDescription(String instanceDescription)The Amazon Web Services Supply Chain instance description.Instance.BuilderinstanceId(String instanceId)The Amazon Web Services Supply Chain instance identifier.Instance.BuilderinstanceName(String instanceName)The Amazon Web Services Supply Chain instance name.Instance.BuilderkmsKeyArn(String kmsKeyArn)The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you optionally provided for encryption.Instance.BuilderlastModifiedTime(Instant lastModifiedTime)The instance last modified timestamp.Instance.Builderstate(String state)The state of the instance.Instance.Builderstate(InstanceState state)The state of the instance.Instance.BuilderversionNumber(Double versionNumber)The version number of the instance.Instance.BuilderwebAppDnsDomain(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, sdkFields
-
-
-
-
Method Detail
-
instanceId
Instance.Builder instanceId(String 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
Instance.Builder awsAccountId(String 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
Instance.Builder state(String 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:
InstanceState,InstanceState
-
state
Instance.Builder state(InstanceState 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:
InstanceState,InstanceState
-
webAppDnsDomain
Instance.Builder webAppDnsDomain(String 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
Instance.Builder createdTime(Instant 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
Instance.Builder lastModifiedTime(Instant 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
Instance.Builder instanceName(String 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
Instance.Builder instanceDescription(String 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
Instance.Builder kmsKeyArn(String 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
Instance.Builder versionNumber(Double 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.
-
-