Interface EC2ManagedInstance.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EC2ManagedInstance.Builder,,EC2ManagedInstance> SdkBuilder<EC2ManagedInstance.Builder,,EC2ManagedInstance> SdkPojo
- Enclosing class:
EC2ManagedInstance
@Mutable
@NotThreadSafe
public static interface EC2ManagedInstance.Builder
extends SdkPojo, CopyableBuilder<EC2ManagedInstance.Builder,EC2ManagedInstance>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceId(String instanceId) Unique identifier of the managed EC2 instance.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceId
Unique identifier of the managed EC2 instance.
- Parameters:
instanceId- Unique identifier of the managed EC2 instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-