Interface CreateEndpointRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateEndpointRequest.Builder,CreateEndpointRequest>, S3OutpostsRequest.Builder, SdkBuilder<CreateEndpointRequest.Builder,CreateEndpointRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateEndpointRequest

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

    • outpostId

      CreateEndpointRequest.Builder outpostId(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.
    • 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.
    • securityGroupId

      CreateEndpointRequest.Builder securityGroupId(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.
    • accessType

      CreateEndpointRequest.Builder accessType(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:
    • 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:
    • customerOwnedIpv4Pool

      CreateEndpointRequest.Builder customerOwnedIpv4Pool(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.
    • overrideConfiguration

      CreateEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.