Interface ListSupportedInstanceTypesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListSupportedInstanceTypesResponse.Builder,ListSupportedInstanceTypesResponse>,EmrResponse.Builder,SdkBuilder<ListSupportedInstanceTypesResponse.Builder,ListSupportedInstanceTypesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListSupportedInstanceTypesResponse
public static interface ListSupportedInstanceTypesResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<ListSupportedInstanceTypesResponse.Builder,ListSupportedInstanceTypesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSupportedInstanceTypesResponse.Buildermarker(String marker)The pagination token that marks the next set of results to retrieve.ListSupportedInstanceTypesResponse.BuildersupportedInstanceTypes(Collection<SupportedInstanceType> supportedInstanceTypes)The list of instance types that the release specified inListSupportedInstanceTypesInput$ReleaseLabelsupports, filtered by Amazon Web Services Region.ListSupportedInstanceTypesResponse.BuildersupportedInstanceTypes(Consumer<SupportedInstanceType.Builder>... supportedInstanceTypes)The list of instance types that the release specified inListSupportedInstanceTypesInput$ReleaseLabelsupports, filtered by Amazon Web Services Region.ListSupportedInstanceTypesResponse.BuildersupportedInstanceTypes(SupportedInstanceType... supportedInstanceTypes)The list of instance types that the release specified inListSupportedInstanceTypesInput$ReleaseLabelsupports, filtered by Amazon Web Services Region.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
supportedInstanceTypes
ListSupportedInstanceTypesResponse.Builder supportedInstanceTypes(Collection<SupportedInstanceType> supportedInstanceTypes)
The list of instance types that the release specified in
ListSupportedInstanceTypesInput$ReleaseLabelsupports, filtered by Amazon Web Services Region.- Parameters:
supportedInstanceTypes- The list of instance types that the release specified inListSupportedInstanceTypesInput$ReleaseLabelsupports, filtered by Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedInstanceTypes
ListSupportedInstanceTypesResponse.Builder supportedInstanceTypes(SupportedInstanceType... supportedInstanceTypes)
The list of instance types that the release specified in
ListSupportedInstanceTypesInput$ReleaseLabelsupports, filtered by Amazon Web Services Region.- Parameters:
supportedInstanceTypes- The list of instance types that the release specified inListSupportedInstanceTypesInput$ReleaseLabelsupports, filtered by Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedInstanceTypes
ListSupportedInstanceTypesResponse.Builder supportedInstanceTypes(Consumer<SupportedInstanceType.Builder>... supportedInstanceTypes)
The list of instance types that the release specified in
This is a convenience method that creates an instance of theListSupportedInstanceTypesInput$ReleaseLabelsupports, filtered by Amazon Web Services Region.SupportedInstanceType.Builderavoiding the need to create one manually viaSupportedInstanceType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#supportedInstanceTypes(List.) - Parameters:
supportedInstanceTypes- a consumer that will call methods onSupportedInstanceType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#supportedInstanceTypes(java.util.Collection)
-
marker
ListSupportedInstanceTypesResponse.Builder marker(String marker)
The pagination token that marks the next set of results to retrieve.
- Parameters:
marker- The pagination token that marks the next set of results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-