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 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 change object.

      Parameters:
      changeSet - Array of change object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • changeSet

      StartChangeSetRequest.Builder changeSet(Change... changeSet)

      Array of change object.

      Parameters:
      changeSet - Array of change object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • changeSet

      Array of change object.

      This is a convenience method that creates an instance of the Change.Builder avoiding the need to create one manually via Change.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to changeSet(List<Change>).

      Parameters:
      changeSet - a consumer that will call methods on Change.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • changeSetName

      StartChangeSetRequest.Builder changeSetName(String 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

      StartChangeSetRequest.Builder clientRequestToken(String 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

      StartChangeSetRequest.Builder changeSetTags(Collection<Tag> changeSetTags)

      A list of objects specifying each key name and value for the ChangeSetTags property.

      Parameters:
      changeSetTags - A list of objects specifying each key name and value for the ChangeSetTags property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • changeSetTags

      StartChangeSetRequest.Builder changeSetTags(Tag... changeSetTags)

      A list of objects specifying each key name and value for the ChangeSetTags property.

      Parameters:
      changeSetTags - A list of objects specifying each key name and value for the ChangeSetTags property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • changeSetTags

      StartChangeSetRequest.Builder changeSetTags(Consumer<Tag.Builder>... changeSetTags)

      A list of objects specifying each key name and value for the ChangeSetTags property.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to changeSetTags(List<Tag>).

      Parameters:
      changeSetTags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • intent

      The intent related to the request. The default is APPLY. To test your request before applying changes to your entities, use VALIDATE. This feature is currently available for adding versions to single-AMI products. For more information, see Add a new version.

      Parameters:
      intent - The intent related to the request. The default is APPLY. To test your request before applying changes to your entities, use VALIDATE. This feature is currently available for adding versions to single-AMI products. For more information, see Add a new version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • intent

      The intent related to the request. The default is APPLY. To test your request before applying changes to your entities, use VALIDATE. This feature is currently available for adding versions to single-AMI products. For more information, see Add a new version.

      Parameters:
      intent - The intent related to the request. The default is APPLY. To test your request before applying changes to your entities, use VALIDATE. This feature is currently available for adding versions to single-AMI products. For more information, see Add a new version.
      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.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.