Interface PutResourcePolicyRequest.Builder

  • Method Details

    • resourceArn

      PutResourcePolicyRequest.Builder resourceArn(String resourceArn)

      The Amazon Resource Name (ARN) of the CloudTrail event data store, dashboard, or channel attached to the resource-based policy.

      Example event data store ARN format: arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE

      Example dashboard ARN format: arn:aws:cloudtrail:us-east-1:123456789012:dashboard/exampleDash

      Example channel ARN format: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890

      Parameters:
      resourceArn - The Amazon Resource Name (ARN) of the CloudTrail event data store, dashboard, or channel attached to the resource-based policy.

      Example event data store ARN format: arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE

      Example dashboard ARN format: arn:aws:cloudtrail:us-east-1:123456789012:dashboard/exampleDash

      Example channel ARN format: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890

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

      PutResourcePolicyRequest.Builder resourcePolicy(String resourcePolicy)

      A JSON-formatted string for an Amazon Web Services resource-based policy.

      For example resource-based policies, see CloudTrail resource-based policy examples in the CloudTrail User Guide.

      Parameters:
      resourcePolicy - A JSON-formatted string for an Amazon Web Services resource-based policy.

      For example resource-based policies, see CloudTrail resource-based policy examples in the CloudTrail User Guide.

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

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