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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
accountIdThe 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.
 
- 
localSubnetIdThe 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.
 
- 
localAzThe 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.
 
- 
localVpcIdThe 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.
 
- 
localRegionThe 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.
 
- 
remoteIdentifierThe identifier of a remote resource. For a VPC or subnet, this identifier is the VPC Amazon Resource Name (ARN) or subnet ARN. For an Availability Zone, this identifier is the AZ name, for example, us-west-2b. For an Amazon Web Services Region , this identifier is the Region name, for example, us-west-2. - Parameters:
- remoteIdentifier- The identifier of a remote resource. For a VPC or subnet, this identifier is the VPC Amazon Resource Name (ARN) or subnet ARN. For an Availability Zone, this identifier is the AZ name, for example, us-west-2b. For an Amazon Web Services Region , this identifier is the Region name, for example, us-west-2.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueThe 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.
 
- 
localSubnetArnThe 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.
 
- 
localVpcArnThe 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.
 
 
-