Interface ListPlatformVersionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListPlatformVersionsResponse.Builder,
,ListPlatformVersionsResponse> ElasticBeanstalkResponse.Builder
,SdkBuilder<ListPlatformVersionsResponse.Builder,
,ListPlatformVersionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListPlatformVersionsResponse
public static interface ListPlatformVersionsResponse.Builder
extends ElasticBeanstalkResponse.Builder, SdkPojo, CopyableBuilder<ListPlatformVersionsResponse.Builder,ListPlatformVersionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIn a paginated request, if this value isn'tnull
, it's the token that you can pass in a subsequent request to get the next response page.platformSummaryList
(Collection<PlatformSummary> platformSummaryList) Summary information about the platform versions.platformSummaryList
(Consumer<PlatformSummary.Builder>... platformSummaryList) Summary information about the platform versions.platformSummaryList
(PlatformSummary... platformSummaryList) Summary information about the platform versions.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkResponse.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 Details
-
platformSummaryList
ListPlatformVersionsResponse.Builder platformSummaryList(Collection<PlatformSummary> platformSummaryList) Summary information about the platform versions.
- Parameters:
platformSummaryList
- Summary information about the platform versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platformSummaryList
Summary information about the platform versions.
- Parameters:
platformSummaryList
- Summary information about the platform versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platformSummaryList
ListPlatformVersionsResponse.Builder platformSummaryList(Consumer<PlatformSummary.Builder>... platformSummaryList) Summary information about the platform versions.
This is a convenience method that creates an instance of thePlatformSummary.Builder
avoiding the need to create one manually viaPlatformSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toplatformSummaryList(List<PlatformSummary>)
.- Parameters:
platformSummaryList
- a consumer that will call methods onPlatformSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
In a paginated request, if this value isn't
null
, it's the token that you can pass in a subsequent request to get the next response page.- Parameters:
nextToken
- In a paginated request, if this value isn'tnull
, it's the token that you can pass in a subsequent request to get the next response page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-