Interface ListPlatformBranchesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListPlatformBranchesResponse.Builder,,- ListPlatformBranchesResponse> - ElasticBeanstalkResponse.Builder,- SdkBuilder<ListPlatformBranchesResponse.Builder,,- ListPlatformBranchesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListPlatformBranchesResponse
public static interface ListPlatformBranchesResponse.Builder
extends ElasticBeanstalkResponse.Builder, SdkPojo, CopyableBuilder<ListPlatformBranchesResponse.Builder,ListPlatformBranchesResponse> 
- 
Method SummaryModifier 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.platformBranchSummaryList(Collection<PlatformBranchSummary> platformBranchSummaryList) Summary information about the platform branches.platformBranchSummaryList(Consumer<PlatformBranchSummary.Builder>... platformBranchSummaryList) Summary information about the platform branches.platformBranchSummaryList(PlatformBranchSummary... platformBranchSummaryList) Summary information about the platform branches.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
platformBranchSummaryListListPlatformBranchesResponse.Builder platformBranchSummaryList(Collection<PlatformBranchSummary> platformBranchSummaryList) Summary information about the platform branches. - Parameters:
- platformBranchSummaryList- Summary information about the platform branches.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
platformBranchSummaryListListPlatformBranchesResponse.Builder platformBranchSummaryList(PlatformBranchSummary... platformBranchSummaryList) Summary information about the platform branches. - Parameters:
- platformBranchSummaryList- Summary information about the platform branches.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
platformBranchSummaryListListPlatformBranchesResponse.Builder platformBranchSummaryList(Consumer<PlatformBranchSummary.Builder>... platformBranchSummaryList) Summary information about the platform branches. This is a convenience method that creates an instance of thePlatformBranchSummary.Builderavoiding the need to create one manually viaPlatformBranchSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toplatformBranchSummaryList(List<PlatformBranchSummary>).- Parameters:
- platformBranchSummaryList- a consumer that will call methods on- PlatformBranchSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenIn 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't- null, 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.
 
 
-