Interface BlockingInstance.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BlockingInstance.Builder,BlockingInstance>,SdkBuilder<BlockingInstance.Builder,BlockingInstance>,SdkPojo
- Enclosing class:
- BlockingInstance
public static interface BlockingInstance.Builder extends SdkPojo, CopyableBuilder<BlockingInstance.Builder,BlockingInstance>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockingInstance.BuilderaccountId(String accountId)Sets the value of the AccountId property for this object.BlockingInstance.BuilderawsServiceName(String awsServiceName)The Amazon Web Services service name that owns the specified blocking instance.BlockingInstance.BuilderawsServiceName(AWSServiceName awsServiceName)The Amazon Web Services service name that owns the specified blocking instance.BlockingInstance.BuilderinstanceId(String instanceId)The ID of the blocking 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 Detail
-
instanceId
BlockingInstance.Builder instanceId(String instanceId)
The ID of the blocking instance.
- Parameters:
instanceId- The ID of the blocking instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
BlockingInstance.Builder accountId(String accountId)
Sets the value of the AccountId property for this object.- Parameters:
accountId- The new value for the AccountId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsServiceName
BlockingInstance.Builder awsServiceName(String awsServiceName)
The Amazon Web Services service name that owns the specified blocking instance.
- Parameters:
awsServiceName- The Amazon Web Services service name that owns the specified blocking instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AWSServiceName,AWSServiceName
-
awsServiceName
BlockingInstance.Builder awsServiceName(AWSServiceName awsServiceName)
The Amazon Web Services service name that owns the specified blocking instance.
- Parameters:
awsServiceName- The Amazon Web Services service name that owns the specified blocking instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AWSServiceName,AWSServiceName
-
-