Interface ServiceManagedEc2InstanceMarketOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceManagedEc2InstanceMarketOptions.Builder,ServiceManagedEc2InstanceMarketOptions>,SdkBuilder<ServiceManagedEc2InstanceMarketOptions.Builder,ServiceManagedEc2InstanceMarketOptions>,SdkPojo
- Enclosing class:
- ServiceManagedEc2InstanceMarketOptions
public static interface ServiceManagedEc2InstanceMarketOptions.Builder extends SdkPojo, CopyableBuilder<ServiceManagedEc2InstanceMarketOptions.Builder,ServiceManagedEc2InstanceMarketOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceManagedEc2InstanceMarketOptions.Buildertype(String type)The Amazon EC2 instance type.ServiceManagedEc2InstanceMarketOptions.Buildertype(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, sdkFields
-
-
-
-
Method Detail
-
type
ServiceManagedEc2InstanceMarketOptions.Builder type(String 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:
Ec2MarketType,Ec2MarketType
-
type
ServiceManagedEc2InstanceMarketOptions.Builder type(Ec2MarketType 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:
Ec2MarketType,Ec2MarketType
-
-