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.BuilderendpointId(String endpointId)The endpoint ID for the endpoint (Amazon Web Services resource).Resource.Builderregion(String region)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 Detail
-
endpointId
Resource.Builder endpointId(String 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
Resource.Builder region(String 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.
-
-