Interface PutAccessGrantsInstanceResourcePolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<PutAccessGrantsInstanceResourcePolicyResponse.Builder,
,PutAccessGrantsInstanceResourcePolicyResponse> S3ControlResponse.Builder
,SdkBuilder<PutAccessGrantsInstanceResourcePolicyResponse.Builder,
,PutAccessGrantsInstanceResourcePolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
PutAccessGrantsInstanceResourcePolicyResponse
public static interface PutAccessGrantsInstanceResourcePolicyResponse.Builder
extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<PutAccessGrantsInstanceResourcePolicyResponse.Builder,PutAccessGrantsInstanceResourcePolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time when you created the S3 Access Grants instance resource policy.organization
(String organization) The Organization of the resource policy of the S3 Access Grants instance.The updated resource policy of the S3 Access Grants instance.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
policy
The updated resource policy of the S3 Access Grants instance.
- Parameters:
policy
- The updated resource policy of the S3 Access Grants instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organization
The Organization of the resource policy of the S3 Access Grants instance.
- Parameters:
organization
- The Organization of the resource policy of the S3 Access Grants instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time when you created the S3 Access Grants instance resource policy.
- Parameters:
createdAt
- The date and time when you created the S3 Access Grants instance resource policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-