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 TypeMethodDescriptionThe Amazon Web Services account ID that the associated resource belongs to.The resource's universal resource indicator (URI).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
-
uri
The resource's universal resource indicator (URI).
- Parameters:
uri
- The resource's universal resource indicator (URI).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The Amazon Web Services account ID that the associated resource belongs to.
- Parameters:
accountId
- The Amazon Web Services account ID that the associated resource belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-