Class CreateEndpointRequest

    • Method Detail

      • outpostId

        public final String outpostId()

        The ID of the Outposts.

        Returns:
        The ID of the Outposts.
      • subnetId

        public final String subnetId()

        The ID of the subnet in the selected VPC. The endpoint subnet must belong to the Outpost that has Amazon S3 on Outposts provisioned.

        Returns:
        The ID of the subnet in the selected VPC. The endpoint subnet must belong to the Outpost that has Amazon S3 on Outposts provisioned.
      • securityGroupId

        public final String securityGroupId()

        The ID of the security group to use with the endpoint.

        Returns:
        The ID of the security group to use with the endpoint.
      • accessType

        public final EndpointAccessType accessType()

        The type of access for the network connectivity for the Amazon S3 on Outposts endpoint. To use the Amazon Web Services VPC, choose Private. To use the endpoint with an on-premises network, choose CustomerOwnedIp. If you choose CustomerOwnedIp, you must also provide the customer-owned IP address pool (CoIP pool).

        Private is the default access type value.

        If the service returns an enum value that is not available in the current SDK version, accessType will return EndpointAccessType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from accessTypeAsString().

        Returns:
        The type of access for the network connectivity for the Amazon S3 on Outposts endpoint. To use the Amazon Web Services VPC, choose Private. To use the endpoint with an on-premises network, choose CustomerOwnedIp. If you choose CustomerOwnedIp, you must also provide the customer-owned IP address pool (CoIP pool).

        Private is the default access type value.

        See Also:
        EndpointAccessType
      • accessTypeAsString

        public final String accessTypeAsString()

        The type of access for the network connectivity for the Amazon S3 on Outposts endpoint. To use the Amazon Web Services VPC, choose Private. To use the endpoint with an on-premises network, choose CustomerOwnedIp. If you choose CustomerOwnedIp, you must also provide the customer-owned IP address pool (CoIP pool).

        Private is the default access type value.

        If the service returns an enum value that is not available in the current SDK version, accessType will return EndpointAccessType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from accessTypeAsString().

        Returns:
        The type of access for the network connectivity for the Amazon S3 on Outposts endpoint. To use the Amazon Web Services VPC, choose Private. To use the endpoint with an on-premises network, choose CustomerOwnedIp. If you choose CustomerOwnedIp, you must also provide the customer-owned IP address pool (CoIP pool).

        Private is the default access type value.

        See Also:
        EndpointAccessType
      • customerOwnedIpv4Pool

        public final String customerOwnedIpv4Pool()

        The ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint. IP addresses are allocated from this pool for the endpoint.

        Returns:
        The ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint. IP addresses are allocated from this pool for the endpoint.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object