Interface PutResourcePolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutResourcePolicyResponse.Builder,,PutResourcePolicyResponse> OsisResponse.Builder,SdkBuilder<PutResourcePolicyResponse.Builder,,PutResourcePolicyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
PutResourcePolicyResponse
@Mutable
@NotThreadSafe
public static interface PutResourcePolicyResponse.Builder
extends OsisResponse.Builder, SdkPojo, CopyableBuilder<PutResourcePolicyResponse.Builder,PutResourcePolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe resource-based policy document that was attached to the resource.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.osis.model.OsisResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
resourceArn
The Amazon Resource Name (ARN) of the resource.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policy
The resource-based policy document that was attached to the resource.
- Parameters:
policy- The resource-based policy document that was attached to the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-