Interface ListComponentBuildVersionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListComponentBuildVersionsResponse.Builder,ListComponentBuildVersionsResponse>,ImagebuilderResponse.Builder,SdkBuilder<ListComponentBuildVersionsResponse.Builder,ListComponentBuildVersionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListComponentBuildVersionsResponse
public static interface ListComponentBuildVersionsResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListComponentBuildVersionsResponse.Builder,ListComponentBuildVersionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListComponentBuildVersionsResponse.BuildercomponentSummaryList(Collection<ComponentSummary> componentSummaryList)The list of component summaries for the specified semantic version.ListComponentBuildVersionsResponse.BuildercomponentSummaryList(Consumer<ComponentSummary.Builder>... componentSummaryList)The list of component summaries for the specified semantic version.ListComponentBuildVersionsResponse.BuildercomponentSummaryList(ComponentSummary... componentSummaryList)The list of component summaries for the specified semantic version.ListComponentBuildVersionsResponse.BuildernextToken(String nextToken)The next token used for paginated responses.ListComponentBuildVersionsResponse.BuilderrequestId(String requestIdValue)The request ID that uniquely identifies this request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderResponse.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
-
requestId
ListComponentBuildVersionsResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
- Parameters:
requestIdValue- The request ID that uniquely identifies this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentSummaryList
ListComponentBuildVersionsResponse.Builder componentSummaryList(Collection<ComponentSummary> componentSummaryList)
The list of component summaries for the specified semantic version.
- Parameters:
componentSummaryList- The list of component summaries for the specified semantic version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentSummaryList
ListComponentBuildVersionsResponse.Builder componentSummaryList(ComponentSummary... componentSummaryList)
The list of component summaries for the specified semantic version.
- Parameters:
componentSummaryList- The list of component summaries for the specified semantic version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentSummaryList
ListComponentBuildVersionsResponse.Builder componentSummaryList(Consumer<ComponentSummary.Builder>... componentSummaryList)
The list of component summaries for the specified semantic version.
This is a convenience method that creates an instance of theComponentSummary.Builderavoiding the need to create one manually viaComponentSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#componentSummaryList(List.) - Parameters:
componentSummaryList- a consumer that will call methods onComponentSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#componentSummaryList(java.util.Collection)
-
nextToken
ListComponentBuildVersionsResponse.Builder nextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
- Parameters:
nextToken- The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-