Interface PutAccountPropertiesRequest.Builder

  • Method Details

    • properties

      A map of property key-value pairs to set. All keys must belong to the same namespace.

      Each key uses the format Namespace/PropertyName. The key must contain exactly one / separating the namespace from the property name, and cannot start or end with /.

      The service validates each value based on the property key's expected type. For example, boolean properties expect true or false.

      Parameters:
      properties - A map of property key-value pairs to set. All keys must belong to the same namespace.

      Each key uses the format Namespace/PropertyName. The key must contain exactly one / separating the namespace from the property name, and cannot start or end with /.

      The service validates each value based on the property key's expected type. For example, boolean properties expect true or false.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      PutAccountPropertiesRequest.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.