Interface WorkloadInsightsTopContributorsRow.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkloadInsightsTopContributorsRow.Builder,
,WorkloadInsightsTopContributorsRow> SdkBuilder<WorkloadInsightsTopContributorsRow.Builder,
,WorkloadInsightsTopContributorsRow> SdkPojo
- Enclosing class:
WorkloadInsightsTopContributorsRow
@Mutable
@NotThreadSafe
public static interface WorkloadInsightsTopContributorsRow.Builder
extends SdkPojo, CopyableBuilder<WorkloadInsightsTopContributorsRow.Builder,WorkloadInsightsTopContributorsRow>
-
Method Summary
Modifier and TypeMethodDescriptionThe account ID for a specific row of data.The identifier for the Availability Zone where the local resource is located.localRegion
(String localRegion) The Amazon Web Services Region where the local resource is located.localSubnetArn
(String localSubnetArn) The Amazon Resource Name (ARN) of a local subnet.localSubnetId
(String localSubnetId) The subnet identifier for the local resource.localVpcArn
(String localVpcArn) The Amazon Resource Name (ARN) of a local VPC.localVpcId
(String localVpcId) The identifier for the VPC for the local resource.remoteIdentifier
(String remoteIdentifier) The identifier of a remote resource.The value for a metric.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, sdkFieldNameToField, sdkFields
-
Method Details
-
accountId
The account ID for a specific row of data.
- Parameters:
accountId
- The account ID for a specific row of data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localSubnetId
The subnet identifier for the local resource.
- Parameters:
localSubnetId
- The subnet identifier for the local resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localAz
The identifier for the Availability Zone where the local resource is located.
- Parameters:
localAz
- The identifier for the Availability Zone where the local resource is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localVpcId
The identifier for the VPC for the local resource.
- Parameters:
localVpcId
- The identifier for the VPC for the local resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localRegion
The Amazon Web Services Region where the local resource is located.
- Parameters:
localRegion
- The Amazon Web Services Region where the local resource is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remoteIdentifier
The identifier of a remote resource.
- Parameters:
remoteIdentifier
- The identifier of a remote resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value for a metric.
- Parameters:
value
- The value for a metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localSubnetArn
The Amazon Resource Name (ARN) of a local subnet.
- Parameters:
localSubnetArn
- The Amazon Resource Name (ARN) of a local subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localVpcArn
The Amazon Resource Name (ARN) of a local VPC.
- Parameters:
localVpcArn
- The Amazon Resource Name (ARN) of a local VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-