Interface WorkloadInsightsTopContributorsRow.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorkloadInsightsTopContributorsRow.Builder,WorkloadInsightsTopContributorsRow>,SdkBuilder<WorkloadInsightsTopContributorsRow.Builder,WorkloadInsightsTopContributorsRow>,SdkPojo
- Enclosing class:
- WorkloadInsightsTopContributorsRow
public static interface WorkloadInsightsTopContributorsRow.Builder extends SdkPojo, CopyableBuilder<WorkloadInsightsTopContributorsRow.Builder,WorkloadInsightsTopContributorsRow>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkloadInsightsTopContributorsRow.BuilderaccountId(String accountId)The account ID for a specific row of data.WorkloadInsightsTopContributorsRow.BuilderlocalAz(String localAz)The identifier for the Availability Zone where the local resource is located.WorkloadInsightsTopContributorsRow.BuilderlocalRegion(String localRegion)The Amazon Web Services Region where the local resource is located.WorkloadInsightsTopContributorsRow.BuilderlocalSubnetArn(String localSubnetArn)The Amazon Resource Name (ARN) of a local subnet.WorkloadInsightsTopContributorsRow.BuilderlocalSubnetId(String localSubnetId)The subnet identifier for the local resource.WorkloadInsightsTopContributorsRow.BuilderlocalVpcArn(String localVpcArn)The Amazon Resource Name (ARN) of a local VPC.WorkloadInsightsTopContributorsRow.BuilderlocalVpcId(String localVpcId)The identifier for the VPC for the local resource.WorkloadInsightsTopContributorsRow.BuilderremoteIdentifier(String remoteIdentifier)The identifier of a remote resource.WorkloadInsightsTopContributorsRow.Buildervalue(Long value)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 Detail
-
accountId
WorkloadInsightsTopContributorsRow.Builder accountId(String 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
WorkloadInsightsTopContributorsRow.Builder localSubnetId(String 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
WorkloadInsightsTopContributorsRow.Builder localAz(String 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
WorkloadInsightsTopContributorsRow.Builder localVpcId(String 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
WorkloadInsightsTopContributorsRow.Builder localRegion(String 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
WorkloadInsightsTopContributorsRow.Builder remoteIdentifier(String 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
WorkloadInsightsTopContributorsRow.Builder value(Long 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
WorkloadInsightsTopContributorsRow.Builder localSubnetArn(String 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
WorkloadInsightsTopContributorsRow.Builder localVpcArn(String 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.
-
-