Interface PutS3AccessPolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutS3AccessPolicyResponse.Builder,PutS3AccessPolicyResponse>,OmicsResponse.Builder,SdkBuilder<PutS3AccessPolicyResponse.Builder,PutS3AccessPolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutS3AccessPolicyResponse
public static interface PutS3AccessPolicyResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<PutS3AccessPolicyResponse.Builder,PutS3AccessPolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutS3AccessPolicyResponse.Builders3AccessPointArn(String s3AccessPointArn)The S3 access point ARN that now has the access policy.PutS3AccessPolicyResponse.BuilderstoreId(String storeId)The AWS-generated Sequence Store or Reference Store ID.PutS3AccessPolicyResponse.BuilderstoreType(String storeType)The type of store associated with the access point.PutS3AccessPolicyResponse.BuilderstoreType(StoreType storeType)The type of store associated with the access point.-
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
PutS3AccessPolicyResponse.Builder s3AccessPointArn(String s3AccessPointArn)
The S3 access point ARN that now has the access policy.
- Parameters:
s3AccessPointArn- The S3 access point ARN that now has the access policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storeId
PutS3AccessPolicyResponse.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
PutS3AccessPolicyResponse.Builder storeType(String storeType)
The type of store associated with the access point.
-
storeType
PutS3AccessPolicyResponse.Builder storeType(StoreType storeType)
The type of store associated with the access point.
-
-