Interface Resource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Resource.Builder,Resource>,SdkBuilder<Resource.Builder,Resource>,SdkPojo
- Enclosing class:
- Resource
public static interface Resource.Builder extends SdkPojo, CopyableBuilder<Resource.Builder,Resource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resource.Buildercidr(String cidr)An IP address range, in CIDR format, that is specified as resource.Resource.BuilderendpointId(String endpointId)The endpoint ID for the endpoint that is specified as a Amazon Web Services resource.Resource.Builderregion(String region)The Amazon Web Services Region where a shared endpoint resource is located.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
endpointId
Resource.Builder endpointId(String endpointId)
The endpoint ID for the endpoint that is specified as a Amazon Web Services resource.
An endpoint ID for the cross-account feature is the ARN of an Amazon Web Services resource, such as a Network Load Balancer, that Global Accelerator supports as an endpoint for an accelerator.
- Parameters:
endpointId- The endpoint ID for the endpoint that is specified as a Amazon Web Services resource.An endpoint ID for the cross-account feature is the ARN of an Amazon Web Services resource, such as a Network Load Balancer, that Global Accelerator supports as an endpoint for an accelerator.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cidr
Resource.Builder cidr(String cidr)
An IP address range, in CIDR format, that is specified as resource. The address must be provisioned and advertised in Global Accelerator by following the bring your own IP address (BYOIP) process for Global Accelerator
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
- Parameters:
cidr- An IP address range, in CIDR format, that is specified as resource. The address must be provisioned and advertised in Global Accelerator by following the bring your own IP address (BYOIP) process for Global AcceleratorFor more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
Resource.Builder region(String region)
The Amazon Web Services Region where a shared endpoint resource is located.
- Parameters:
region- The Amazon Web Services Region where a shared endpoint resource is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-