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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPlatformVersionsResponse.BuildernextToken(String 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.ListPlatformVersionsResponse.BuilderplatformSummaryList(Collection<PlatformSummary> platformSummaryList)Summary information about the platform versions.ListPlatformVersionsResponse.BuilderplatformSummaryList(Consumer<PlatformSummary.Builder>... platformSummaryList)Summary information about the platform versions.ListPlatformVersionsResponse.BuilderplatformSummaryList(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 Detail
-
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
ListPlatformVersionsResponse.Builder platformSummaryList(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
ListPlatformVersionsResponse.Builder platformSummaryList(Consumer<PlatformSummary.Builder>... platformSummaryList)
Summary information about the platform versions.
This is a convenience method that creates an instance of thePlatformSummary.Builderavoiding the need to create one manually viaPlatformSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#platformSummaryList(List.) - 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:
#platformSummaryList(java.util.Collection)
-
nextToken
ListPlatformVersionsResponse.Builder nextToken(String 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.
-
-