Interface ListChangeSetsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListChangeSetsResponse.Builder,ListChangeSetsResponse>,MarketplaceCatalogResponse.Builder,SdkBuilder<ListChangeSetsResponse.Builder,ListChangeSetsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListChangeSetsResponse
public static interface ListChangeSetsResponse.Builder extends MarketplaceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ListChangeSetsResponse.Builder,ListChangeSetsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListChangeSetsResponse.BuilderchangeSetSummaryList(Collection<ChangeSetSummaryListItem> changeSetSummaryList)Array ofChangeSetSummaryListItemobjects.ListChangeSetsResponse.BuilderchangeSetSummaryList(Consumer<ChangeSetSummaryListItem.Builder>... changeSetSummaryList)Array ofChangeSetSummaryListItemobjects.ListChangeSetsResponse.BuilderchangeSetSummaryList(ChangeSetSummaryListItem... changeSetSummaryList)Array ofChangeSetSummaryListItemobjects.ListChangeSetsResponse.BuildernextToken(String nextToken)The value of the next token, if it exists.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.marketplacecatalog.model.MarketplaceCatalogResponse.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
-
changeSetSummaryList
ListChangeSetsResponse.Builder changeSetSummaryList(Collection<ChangeSetSummaryListItem> changeSetSummaryList)
Array of
ChangeSetSummaryListItemobjects.- Parameters:
changeSetSummaryList- Array ofChangeSetSummaryListItemobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSetSummaryList
ListChangeSetsResponse.Builder changeSetSummaryList(ChangeSetSummaryListItem... changeSetSummaryList)
Array of
ChangeSetSummaryListItemobjects.- Parameters:
changeSetSummaryList- Array ofChangeSetSummaryListItemobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSetSummaryList
ListChangeSetsResponse.Builder changeSetSummaryList(Consumer<ChangeSetSummaryListItem.Builder>... changeSetSummaryList)
Array of
This is a convenience method that creates an instance of theChangeSetSummaryListItemobjects.ChangeSetSummaryListItem.Builderavoiding the need to create one manually viaChangeSetSummaryListItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#changeSetSummaryList(List.) - Parameters:
changeSetSummaryList- a consumer that will call methods onChangeSetSummaryListItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#changeSetSummaryList(java.util.Collection)
-
nextToken
ListChangeSetsResponse.Builder nextToken(String nextToken)
The value of the next token, if it exists. Null if there are no more results.
- Parameters:
nextToken- The value of the next token, if it exists. Null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-