Interface GetS3AccessPolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetS3AccessPolicyResponse.Builder,GetS3AccessPolicyResponse>,OmicsResponse.Builder,SdkBuilder<GetS3AccessPolicyResponse.Builder,GetS3AccessPolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetS3AccessPolicyResponse
public static interface GetS3AccessPolicyResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<GetS3AccessPolicyResponse.Builder,GetS3AccessPolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetS3AccessPolicyResponse.Builders3AccessPointArn(String s3AccessPointArn)The S3 access point ARN that has the access policy.GetS3AccessPolicyResponse.Builders3AccessPolicy(String s3AccessPolicy)The current resource policy that controls S3 access on the store.GetS3AccessPolicyResponse.BuilderstoreId(String storeId)The AWS-generated Sequence Store or Reference Store ID.GetS3AccessPolicyResponse.BuilderstoreType(String storeType)The type of store associated with the access point.GetS3AccessPolicyResponse.BuilderstoreType(StoreType storeType)The type of store associated with the access point.GetS3AccessPolicyResponse.BuilderupdateTime(Instant updateTime)The time when the policy was last updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.omics.model.OmicsResponse.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 Detail
-
s3AccessPointArn
GetS3AccessPolicyResponse.Builder s3AccessPointArn(String s3AccessPointArn)
The 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.
-
storeId
GetS3AccessPolicyResponse.Builder storeId(String storeId)
The AWS-generated Sequence Store or Reference Store ID.
- Parameters:
storeId- The AWS-generated Sequence Store or Reference Store ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storeType
GetS3AccessPolicyResponse.Builder storeType(String storeType)
The type of store associated with the access point.
-
storeType
GetS3AccessPolicyResponse.Builder storeType(StoreType storeType)
The type of store associated with the access point.
-
updateTime
GetS3AccessPolicyResponse.Builder updateTime(Instant updateTime)
The 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.
-
s3AccessPolicy
GetS3AccessPolicyResponse.Builder s3AccessPolicy(String s3AccessPolicy)
The 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.
-
-