Interface AggregateResourceIdentifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AggregateResourceIdentifier.Builder,AggregateResourceIdentifier>,SdkBuilder<AggregateResourceIdentifier.Builder,AggregateResourceIdentifier>,SdkPojo
- Enclosing class:
- AggregateResourceIdentifier
public static interface AggregateResourceIdentifier.Builder extends SdkPojo, CopyableBuilder<AggregateResourceIdentifier.Builder,AggregateResourceIdentifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregateResourceIdentifier.BuilderresourceId(String resourceId)The ID of the Amazon Web Services resource.AggregateResourceIdentifier.BuilderresourceName(String resourceName)The name of the Amazon Web Services resource.AggregateResourceIdentifier.BuilderresourceType(String resourceType)The type of the Amazon Web Services resource.AggregateResourceIdentifier.BuilderresourceType(ResourceType resourceType)The type of the Amazon Web Services resource.AggregateResourceIdentifier.BuildersourceAccountId(String sourceAccountId)The 12-digit account ID of the source account.AggregateResourceIdentifier.BuildersourceRegion(String sourceRegion)The source region where data is aggregated.-
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
-
sourceAccountId
AggregateResourceIdentifier.Builder sourceAccountId(String sourceAccountId)
The 12-digit account ID of the source account.
- Parameters:
sourceAccountId- The 12-digit account ID of the source account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceRegion
AggregateResourceIdentifier.Builder sourceRegion(String sourceRegion)
The source region where data is aggregated.
- Parameters:
sourceRegion- The source region where data is aggregated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
AggregateResourceIdentifier.Builder resourceId(String resourceId)
The ID of the Amazon Web Services resource.
- Parameters:
resourceId- The ID of the Amazon Web Services resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
AggregateResourceIdentifier.Builder resourceType(String resourceType)
The type of the Amazon Web Services resource.
- Parameters:
resourceType- The type of the Amazon Web Services resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceType
AggregateResourceIdentifier.Builder resourceType(ResourceType resourceType)
The type of the Amazon Web Services resource.
- Parameters:
resourceType- The type of the Amazon Web Services resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceName
AggregateResourceIdentifier.Builder resourceName(String resourceName)
The name of the Amazon Web Services resource.
- Parameters:
resourceName- The name of the Amazon Web Services resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-