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
Modifier and TypeMethodDescriptionendpointId
(String endpointId) The endpoint ID for the endpoint (Amazon Web Services resource).The Amazon Web Services Region where a 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, sdkFields
-
Method Details
-
endpointId
The endpoint ID for the endpoint (Amazon Web Services resource).
- Parameters:
endpointId
- The endpoint ID for the endpoint (Amazon Web Services resource).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
The Amazon Web Services Region where a resource is located.
- Parameters:
region
- The Amazon Web Services Region where a resource is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-