Interface ServiceManagedEc2InstanceMarketOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceManagedEc2InstanceMarketOptions.Builder,
,ServiceManagedEc2InstanceMarketOptions> SdkBuilder<ServiceManagedEc2InstanceMarketOptions.Builder,
,ServiceManagedEc2InstanceMarketOptions> SdkPojo
- Enclosing class:
ServiceManagedEc2InstanceMarketOptions
@Mutable
@NotThreadSafe
public static interface ServiceManagedEc2InstanceMarketOptions.Builder
extends SdkPojo, CopyableBuilder<ServiceManagedEc2InstanceMarketOptions.Builder,ServiceManagedEc2InstanceMarketOptions>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon EC2 instance type.type
(Ec2MarketType type) The Amazon EC2 instance type.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
-
type
The Amazon EC2 instance type.
- Parameters:
type
- The Amazon EC2 instance type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The Amazon EC2 instance type.
- Parameters:
type
- The Amazon EC2 instance type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-