Interface PutResourcePolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudTrailResponse.Builder,CopyableBuilder<PutResourcePolicyResponse.Builder,PutResourcePolicyResponse>,SdkBuilder<PutResourcePolicyResponse.Builder,PutResourcePolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutResourcePolicyResponse
public static interface PutResourcePolicyResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<PutResourcePolicyResponse.Builder,PutResourcePolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutResourcePolicyResponse.BuilderdelegatedAdminResourcePolicy(String delegatedAdminResourcePolicy)The default resource-based policy that is automatically generated for the delegated administrator of an Organizations organization.PutResourcePolicyResponse.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the CloudTrail event data store, dashboard, or channel attached to the resource-based policy.PutResourcePolicyResponse.BuilderresourcePolicy(String resourcePolicy)The JSON-formatted string of the Amazon Web Services resource-based policy attached to the CloudTrail event data store, dashboard, or channel.-
Methods inherited from interface software.amazon.awssdk.services.cloudtrail.model.CloudTrailResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
resourceArn
PutResourcePolicyResponse.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-bcf6cEXAMPLEExample dashboard ARN format:
arn:aws:cloudtrail:us-east-1:123456789012:dashboard/exampleDashExample 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-bcf6cEXAMPLEExample dashboard ARN format:
arn:aws:cloudtrail:us-east-1:123456789012:dashboard/exampleDashExample 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
PutResourcePolicyResponse.Builder resourcePolicy(String resourcePolicy)
The JSON-formatted string of the Amazon Web Services resource-based policy attached to the CloudTrail event data store, dashboard, or channel.
- Parameters:
resourcePolicy- The JSON-formatted string of the Amazon Web Services resource-based policy attached to the CloudTrail event data store, dashboard, or channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
delegatedAdminResourcePolicy
PutResourcePolicyResponse.Builder delegatedAdminResourcePolicy(String delegatedAdminResourcePolicy)
The default resource-based policy that is automatically generated for the delegated administrator of an Organizations organization. This policy will be evaluated in tandem with any policy you submit for the resource. For more information about this policy, see Default resource policy for delegated administrators.
- Parameters:
delegatedAdminResourcePolicy- The default resource-based policy that is automatically generated for the delegated administrator of an Organizations organization. This policy will be evaluated in tandem with any policy you submit for the resource. For more information about this policy, see Default resource policy for delegated administrators.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-