Interface S3Access.Builder

All Superinterfaces:
Buildable, CopyableBuilder<S3Access.Builder,S3Access>, SdkBuilder<S3Access.Builder,S3Access>, SdkPojo
Enclosing class:
S3Access

@Mutable @NotThreadSafe public static interface S3Access.Builder extends SdkPojo, CopyableBuilder<S3Access.Builder,S3Access>
  • Method Details

    • status

      S3Access.Builder status(String status)

      The status of the Amazon S3 access.

      Valid Values: enabled | disabled

      Parameters:
      status - The status of the Amazon S3 access.

      Valid Values: enabled | disabled

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the Amazon S3 access.

      Valid Values: enabled | disabled

      Parameters:
      status - The status of the Amazon S3 access.

      Valid Values: enabled | disabled

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ipv4Addresses

      S3Access.Builder ipv4Addresses(Collection<String> ipv4Addresses)

      The IPv4 addresses for the Amazon S3 access.

      Parameters:
      ipv4Addresses - The IPv4 addresses for the Amazon S3 access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipv4Addresses

      S3Access.Builder ipv4Addresses(String... ipv4Addresses)

      The IPv4 addresses for the Amazon S3 access.

      Parameters:
      ipv4Addresses - The IPv4 addresses for the Amazon S3 access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainName

      S3Access.Builder domainName(String domainName)

      The domain name for the Amazon S3 access.

      Parameters:
      domainName - The domain name for the Amazon S3 access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3PolicyDocument

      S3Access.Builder s3PolicyDocument(String s3PolicyDocument)

      The endpoint policy for the Amazon S3 access.

      Parameters:
      s3PolicyDocument - The endpoint policy for the Amazon S3 access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.