Interface AccessRules.Builder

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

public static interface AccessRules.Builder extends SdkPojo, CopyableBuilder<AccessRules.Builder,AccessRules>
  • Method Details

    • getObject

      AccessRules.Builder getObject(String getObject)

      Specifies the anonymous access to all objects in a bucket.

      The following options can be specified:

      • public - Sets all objects in the bucket to public (read-only), making them readable by anyone in the world.

        If the getObject value is set to public, then all objects in the bucket default to public regardless of the allowPublicOverrides value.

      • private - Sets all objects in the bucket to private, making them readable only by you or anyone you give access to.

        If the getObject value is set to private, and the allowPublicOverrides value is set to true, then all objects in the bucket default to private unless they are configured with a public-read ACL. Individual objects with a public-read ACL are readable by anyone in the world.

      Parameters:
      getObject - Specifies the anonymous access to all objects in a bucket.

      The following options can be specified:

      • public - Sets all objects in the bucket to public (read-only), making them readable by anyone in the world.

        If the getObject value is set to public, then all objects in the bucket default to public regardless of the allowPublicOverrides value.

      • private - Sets all objects in the bucket to private, making them readable only by you or anyone you give access to.

        If the getObject value is set to private, and the allowPublicOverrides value is set to true, then all objects in the bucket default to private unless they are configured with a public-read ACL. Individual objects with a public-read ACL are readable by anyone in the world.

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

      AccessRules.Builder getObject(AccessType getObject)

      Specifies the anonymous access to all objects in a bucket.

      The following options can be specified:

      • public - Sets all objects in the bucket to public (read-only), making them readable by anyone in the world.

        If the getObject value is set to public, then all objects in the bucket default to public regardless of the allowPublicOverrides value.

      • private - Sets all objects in the bucket to private, making them readable only by you or anyone you give access to.

        If the getObject value is set to private, and the allowPublicOverrides value is set to true, then all objects in the bucket default to private unless they are configured with a public-read ACL. Individual objects with a public-read ACL are readable by anyone in the world.

      Parameters:
      getObject - Specifies the anonymous access to all objects in a bucket.

      The following options can be specified:

      • public - Sets all objects in the bucket to public (read-only), making them readable by anyone in the world.

        If the getObject value is set to public, then all objects in the bucket default to public regardless of the allowPublicOverrides value.

      • private - Sets all objects in the bucket to private, making them readable only by you or anyone you give access to.

        If the getObject value is set to private, and the allowPublicOverrides value is set to true, then all objects in the bucket default to private unless they are configured with a public-read ACL. Individual objects with a public-read ACL are readable by anyone in the world.

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

      AccessRules.Builder allowPublicOverrides(Boolean allowPublicOverrides)

      A Boolean value that indicates whether the access control list (ACL) permissions that are applied to individual objects override the getObject option that is currently specified.

      When this is true, you can use the PutObjectAcl Amazon S3 API action to set individual objects to public (read-only) using the public-read ACL, or to private using the private ACL.

      Parameters:
      allowPublicOverrides - A Boolean value that indicates whether the access control list (ACL) permissions that are applied to individual objects override the getObject option that is currently specified.

      When this is true, you can use the PutObjectAcl Amazon S3 API action to set individual objects to public (read-only) using the public-read ACL, or to private using the private ACL.

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