Interface StartChangeSetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartChangeSetRequest.Builder,,StartChangeSetRequest> MarketplaceCatalogRequest.Builder,SdkBuilder<StartChangeSetRequest.Builder,,StartChangeSetRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartChangeSetRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe catalog related to the request.changeSet(Collection<Change> changeSet) Array ofchangeobject.changeSet(Consumer<Change.Builder>... changeSet) Array ofchangeobject.Array ofchangeobject.changeSetName(String changeSetName) Optional case sensitive string of up to 100 ASCII characters.changeSetTags(Collection<Tag> changeSetTags) A list of objects specifying each key name and value for theChangeSetTagsproperty.changeSetTags(Consumer<Tag.Builder>... changeSetTags) A list of objects specifying each key name and value for theChangeSetTagsproperty.changeSetTags(Tag... changeSetTags) A list of objects specifying each key name and value for theChangeSetTagsproperty.clientRequestToken(String clientRequestToken) A unique token to identify the request to ensure idempotency.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.marketplacecatalog.model.MarketplaceCatalogRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
catalog
The catalog related to the request. Fixed value:
AWSMarketplace- Parameters:
catalog- The catalog related to the request. Fixed value:AWSMarketplace- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSet
Array of
changeobject.- Parameters:
changeSet- Array ofchangeobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSet
Array of
changeobject.- Parameters:
changeSet- Array ofchangeobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSet
Array of
This is a convenience method that creates an instance of thechangeobject.Change.Builderavoiding the need to create one manually viaChange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochangeSet(List<Change>).- Parameters:
changeSet- a consumer that will call methods onChange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
changeSetName
Optional case sensitive string of up to 100 ASCII characters. The change set name can be used to filter the list of change sets.
- Parameters:
changeSetName- Optional case sensitive string of up to 100 ASCII characters. The change set name can be used to filter the list of change sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
A unique token to identify the request to ensure idempotency.
- Parameters:
clientRequestToken- A unique token to identify the request to ensure idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSetTags
A list of objects specifying each key name and value for the
ChangeSetTagsproperty.- Parameters:
changeSetTags- A list of objects specifying each key name and value for theChangeSetTagsproperty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSetTags
A list of objects specifying each key name and value for the
ChangeSetTagsproperty.- Parameters:
changeSetTags- A list of objects specifying each key name and value for theChangeSetTagsproperty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSetTags
A list of objects specifying each key name and value for the
This is a convenience method that creates an instance of theChangeSetTagsproperty.Tag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochangeSetTags(List<Tag>).- Parameters:
changeSetTags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
StartChangeSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartChangeSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-