Interface PutS3AccessPolicyResponse.Builder

    • 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.

        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:
        StoreType, StoreType
      • storeType

        PutS3AccessPolicyResponse.Builder storeType​(StoreType storeType)

        The 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:
        StoreType, StoreType