Interface GetOutpostSupportedInstanceTypesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetOutpostSupportedInstanceTypesResponse.Builder,GetOutpostSupportedInstanceTypesResponse>,OutpostsResponse.Builder,SdkBuilder<GetOutpostSupportedInstanceTypesResponse.Builder,GetOutpostSupportedInstanceTypesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetOutpostSupportedInstanceTypesResponse
public static interface GetOutpostSupportedInstanceTypesResponse.Builder extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<GetOutpostSupportedInstanceTypesResponse.Builder,GetOutpostSupportedInstanceTypesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetOutpostSupportedInstanceTypesResponse.BuilderinstanceTypes(Collection<InstanceTypeItem> instanceTypes)Sets the value of the InstanceTypes property for this object.GetOutpostSupportedInstanceTypesResponse.BuilderinstanceTypes(Consumer<InstanceTypeItem.Builder>... instanceTypes)Sets the value of the InstanceTypes property for this object.GetOutpostSupportedInstanceTypesResponse.BuilderinstanceTypes(InstanceTypeItem... instanceTypes)Sets the value of the InstanceTypes property for this object.GetOutpostSupportedInstanceTypesResponse.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
instanceTypes
GetOutpostSupportedInstanceTypesResponse.Builder instanceTypes(Collection<InstanceTypeItem> instanceTypes)
Sets the value of the InstanceTypes property for this object.- Parameters:
instanceTypes- The new value for the InstanceTypes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypes
GetOutpostSupportedInstanceTypesResponse.Builder instanceTypes(InstanceTypeItem... instanceTypes)
Sets the value of the InstanceTypes property for this object.- Parameters:
instanceTypes- The new value for the InstanceTypes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypes
GetOutpostSupportedInstanceTypesResponse.Builder instanceTypes(Consumer<InstanceTypeItem.Builder>... instanceTypes)
Sets the value of the InstanceTypes property for this object. This is a convenience method that creates an instance of theInstanceTypeItem.Builderavoiding the need to create one manually viaInstanceTypeItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#instanceTypes(List.) - Parameters:
instanceTypes- a consumer that will call methods onInstanceTypeItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#instanceTypes(java.util.Collection)
-
nextToken
GetOutpostSupportedInstanceTypesResponse.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-