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.BuilderaccountId(String accountId)The Amazon Web Services account ID that the associated resource belongs to.Resource.Builderuri(String uri)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 Detail
-
uri
Resource.Builder uri(String 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
Resource.Builder accountId(String 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.
-
-