Interface UpdatePolicyRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdatePolicyRequest.Builder,UpdatePolicyRequest>, OrganizationsRequest.Builder, SdkBuilder<UpdatePolicyRequest.Builder,UpdatePolicyRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdatePolicyRequest

public static interface UpdatePolicyRequest.Builder extends OrganizationsRequest.Builder, SdkPojo, CopyableBuilder<UpdatePolicyRequest.Builder,UpdatePolicyRequest>
  • Method Details

    • policyId

      UpdatePolicyRequest.Builder policyId(String policyId)

      The unique identifier (ID) of the policy that you want to update.

      The regex pattern for a policy ID string requires "p-" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

      Parameters:
      policyId - The unique identifier (ID) of the policy that you want to update.

      The regex pattern for a policy ID string requires "p-" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

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

      If provided, the new name for the policy.

      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

      Parameters:
      name - If provided, the new name for the policy.

      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

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

      UpdatePolicyRequest.Builder description(String description)

      If provided, the new description for the policy.

      Parameters:
      description - If provided, the new description for the policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • content

      If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see SCP syntax in the Organizations User Guide.

      The maximum size of a policy document depends on the policy's type. For more information, see Maximum and minimum values in the Organizations User Guide.

      Parameters:
      content - If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see SCP syntax in the Organizations User Guide.

      The maximum size of a policy document depends on the policy's type. For more information, see Maximum and minimum values in the Organizations User Guide.

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

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