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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPlatformBranchesResponse.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.ListPlatformBranchesResponse.BuilderplatformBranchSummaryList(Collection<PlatformBranchSummary> platformBranchSummaryList)Summary information about the platform branches.ListPlatformBranchesResponse.BuilderplatformBranchSummaryList(Consumer<PlatformBranchSummary.Builder>... platformBranchSummaryList)Summary information about the platform branches.ListPlatformBranchesResponse.BuilderplatformBranchSummaryList(PlatformBranchSummary... platformBranchSummaryList)Summary information about the platform branches.-
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
-
platformBranchSummaryList
ListPlatformBranchesResponse.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.
-
platformBranchSummaryList
ListPlatformBranchesResponse.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.
-
platformBranchSummaryList
ListPlatformBranchesResponse.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 to#platformBranchSummaryList(List.) - Parameters:
platformBranchSummaryList- a consumer that will call methods onPlatformBranchSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#platformBranchSummaryList(java.util.Collection)
-
nextToken
ListPlatformBranchesResponse.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.
-
-