Interface GetBucketAccessKeysResponse.Builder

    • Method Detail

      • accessKeys

        GetBucketAccessKeysResponse.Builder accessKeys​(Collection<AccessKey> accessKeys)

        An object that describes the access keys for the specified bucket.

        Parameters:
        accessKeys - An object that describes the access keys for the specified bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accessKeys

        GetBucketAccessKeysResponse.Builder accessKeys​(AccessKey... accessKeys)

        An object that describes the access keys for the specified bucket.

        Parameters:
        accessKeys - An object that describes the access keys for the specified bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.