Interface ChildResource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ChildResource.Builder,,ChildResource> SdkBuilder<ChildResource.Builder,,ChildResource> SdkPojo
- Enclosing class:
ChildResource
@Mutable
@NotThreadSafe
public static interface ChildResource.Builder
extends SdkPojo, CopyableBuilder<ChildResource.Builder,ChildResource>
-
Method Summary
Modifier and TypeMethodDescriptionownerAccountId(String ownerAccountId) The Amazon Web Services account ID of the member who owns the child resource.resourceId(String resourceId) The unique identifier of the child resource.resourceName(String resourceName) The name of the child resource.resourceStatus(String resourceStatus) The current status of the child resource.resourceStatus(ResourceStatus resourceStatus) The current status of the child resource.resourceType(String resourceType) The type of the child resource.resourceType(ChildResourceType resourceType) The type of the child resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceId
The unique identifier of the child resource.
- Parameters:
resourceId- The unique identifier of the child resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of the child resource.
- Parameters:
resourceType- The type of the child resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of the child resource.
- Parameters:
resourceType- The type of the child resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceName
The name of the child resource.
- Parameters:
resourceName- The name of the child resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerAccountId
The Amazon Web Services account ID of the member who owns the child resource.
- Parameters:
ownerAccountId- The Amazon Web Services account ID of the member who owns the child resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceStatus
The current status of the child resource.
- Parameters:
resourceStatus- The current status of the child resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceStatus
The current status of the child resource.
- Parameters:
resourceStatus- The current status of the child resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-