Interface BlockingInstance.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BlockingInstance.Builder,
,BlockingInstance> SdkBuilder<BlockingInstance.Builder,
,BlockingInstance> SdkPojo
- Enclosing class:
BlockingInstance
@Mutable
@NotThreadSafe
public static interface BlockingInstance.Builder
extends SdkPojo, CopyableBuilder<BlockingInstance.Builder,BlockingInstance>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the AccountId property for this object.awsServiceName
(String awsServiceName) The Amazon Web Services service name that owns the specified blocking instance.awsServiceName
(AWSServiceName awsServiceName) The Amazon Web Services service name that owns the specified blocking instance.instanceId
(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 Details
-
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
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
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
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:
-