JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.s3outposts.model

Class CreateEndpointRequest

    • Constructor Detail

      • CreateEndpointRequest

        public CreateEndpointRequest()
    • Method Detail

      • setOutpostId

        public void setOutpostId(String outpostId)

        The ID of the Outposts.

        Parameters:
        outpostId - The ID of the Outposts.
      • getOutpostId

        public String getOutpostId()

        The ID of the Outposts.

        Returns:
        The ID of the Outposts.
      • withOutpostId

        public CreateEndpointRequest withOutpostId(String outpostId)

        The ID of the Outposts.

        Parameters:
        outpostId - The ID of the Outposts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSubnetId

        public void setSubnetId(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.

        Parameters:
        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.
      • getSubnetId

        public String getSubnetId()

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

        public CreateEndpointRequest withSubnetId(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • setSecurityGroupId

        public void setSecurityGroupId(String securityGroupId)

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

        Parameters:
        securityGroupId - The ID of the security group to use with the endpoint.
      • getSecurityGroupId

        public String getSecurityGroupId()

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

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

        public CreateEndpointRequest withSecurityGroupId(String securityGroupId)

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

        Parameters:
        securityGroupId - The ID of the security group to use with the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAccessType

        public void setAccessType(String 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.

        Parameters:
        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.

        See Also:
        EndpointAccessType
      • getAccessType

        public String getAccessType()

        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.

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

        public CreateEndpointRequest withAccessType(String 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.

        Parameters:
        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.

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

        public CreateEndpointRequest withAccessType(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.

        Parameters:
        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.

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

        public void setCustomerOwnedIpv4Pool(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.

        Parameters:
        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.
      • getCustomerOwnedIpv4Pool

        public String getCustomerOwnedIpv4Pool()

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

        public CreateEndpointRequest withCustomerOwnedIpv4Pool(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /