Interface GetS3AccessPolicyResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetS3AccessPolicyResponse.Builder,,- GetS3AccessPolicyResponse> - OmicsResponse.Builder,- SdkBuilder<GetS3AccessPolicyResponse.Builder,,- GetS3AccessPolicyResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetS3AccessPolicyResponse
@Mutable
@NotThreadSafe
public static interface GetS3AccessPolicyResponse.Builder
extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<GetS3AccessPolicyResponse.Builder,GetS3AccessPolicyResponse> 
- 
Method SummaryModifier and TypeMethodDescriptions3AccessPointArn(String s3AccessPointArn) The S3 access point ARN that has the access policy.s3AccessPolicy(String s3AccessPolicy) The current resource policy that controls S3 access on the store.The Amazon Web Services-generated Sequence Store or Reference Store ID.The type of store associated with the access point.The type of store associated with the access point.updateTime(Instant updateTime) The time when the policy was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.omics.model.OmicsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
s3AccessPointArnThe S3 access point ARN that has the access policy. - Parameters:
- s3AccessPointArn- The S3 access point ARN that has the access policy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
storeIdThe Amazon Web Services-generated Sequence Store or Reference Store ID. - Parameters:
- storeId- The Amazon Web Services-generated Sequence Store or Reference Store ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
storeTypeThe type of store associated with the access point. - Parameters:
- storeType- The type of store associated with the access point.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
storeTypeThe type of store associated with the access point. - Parameters:
- storeType- The type of store associated with the access point.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
updateTimeThe time when the policy was last updated. - Parameters:
- updateTime- The time when the policy was last updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3AccessPolicyThe current resource policy that controls S3 access on the store. - Parameters:
- s3AccessPolicy- The current resource policy that controls S3 access on the store.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-