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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutAccessGrantsInstanceResourcePolicyResponse.BuildercreatedAt(Instant createdAt)The date and time when you created the S3 Access Grants instance resource policy.PutAccessGrantsInstanceResourcePolicyResponse.Builderorganization(String organization)The Organization of the resource policy of the S3 Access Grants instance.PutAccessGrantsInstanceResourcePolicyResponse.Builderpolicy(String policy)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 Detail
-
policy
PutAccessGrantsInstanceResourcePolicyResponse.Builder policy(String 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
PutAccessGrantsInstanceResourcePolicyResponse.Builder organization(String 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
PutAccessGrantsInstanceResourcePolicyResponse.Builder createdAt(Instant 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.
-
-