public static interface ListSupportedInstanceTypesResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<ListSupportedInstanceTypesResponse.Builder,ListSupportedInstanceTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSupportedInstanceTypesResponse.Builder |
marker(String marker)
The pagination token that marks the next set of results to retrieve.
|
ListSupportedInstanceTypesResponse.Builder |
supportedInstanceTypes(Collection<SupportedInstanceType> supportedInstanceTypes)
The list of instance types that the release specified in
ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region. |
ListSupportedInstanceTypesResponse.Builder |
supportedInstanceTypes(Consumer<SupportedInstanceType.Builder>... supportedInstanceTypes)
The list of instance types that the release specified in
ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region. |
ListSupportedInstanceTypesResponse.Builder |
supportedInstanceTypes(SupportedInstanceType... supportedInstanceTypes)
The list of instance types that the release specified in
ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSupportedInstanceTypesResponse.Builder supportedInstanceTypes(Collection<SupportedInstanceType> supportedInstanceTypes)
The list of instance types that the release specified in
ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region.
supportedInstanceTypes - The list of instance types that the release specified in
ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services
Region.ListSupportedInstanceTypesResponse.Builder supportedInstanceTypes(SupportedInstanceType... supportedInstanceTypes)
The list of instance types that the release specified in
ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region.
supportedInstanceTypes - The list of instance types that the release specified in
ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services
Region.ListSupportedInstanceTypesResponse.Builder supportedInstanceTypes(Consumer<SupportedInstanceType.Builder>... supportedInstanceTypes)
The list of instance types that the release specified in
ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region.
SupportedInstanceType.Builder avoiding the need to create
one manually via SupportedInstanceType.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #supportedInstanceTypes(List.
supportedInstanceTypes - a consumer that will call methods on
SupportedInstanceType.Builder#supportedInstanceTypes(java.util.Collection) ListSupportedInstanceTypesResponse.Builder marker(String marker)
The pagination token that marks the next set of results to retrieve.
marker - The pagination token that marks the next set of results to retrieve.Copyright © 2023. All rights reserved.