Interface AddPolicyStatementResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<AddPolicyStatementResponse.Builder,
,AddPolicyStatementResponse> EntityResolutionResponse.Builder
,SdkBuilder<AddPolicyStatementResponse.Builder,
,AddPolicyStatementResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
AddPolicyStatementResponse
@Mutable
@NotThreadSafe
public static interface AddPolicyStatementResponse.Builder
extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<AddPolicyStatementResponse.Builder,AddPolicyStatementResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the resource that will be accessed by the principal.The resource-based policy.A unique identifier for the current revision of the policy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builder
build, responseMetadata, responseMetadata
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 Details
-
arn
The Amazon Resource Name (ARN) of the resource that will be accessed by the principal.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the resource that will be accessed by the principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
token
A unique identifier for the current revision of the policy.
- Parameters:
token
- A unique identifier for the current revision of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policy
The resource-based policy.
- Parameters:
policy
- The resource-based policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-