Interface CostEstimationResourceCollectionFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CostEstimationResourceCollectionFilter.Builder,CostEstimationResourceCollectionFilter>,SdkBuilder<CostEstimationResourceCollectionFilter.Builder,CostEstimationResourceCollectionFilter>,SdkPojo
- Enclosing class:
- CostEstimationResourceCollectionFilter
public static interface CostEstimationResourceCollectionFilter.Builder extends SdkPojo, CopyableBuilder<CostEstimationResourceCollectionFilter.Builder,CostEstimationResourceCollectionFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CostEstimationResourceCollectionFilter.BuildercloudFormation(Consumer<CloudFormationCostEstimationResourceCollectionFilter.Builder> cloudFormation)An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to create a monthly estimate for DevOps Guru.CostEstimationResourceCollectionFilter.BuildercloudFormation(CloudFormationCostEstimationResourceCollectionFilter cloudFormation)An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to create a monthly estimate for DevOps Guru.CostEstimationResourceCollectionFilter.Buildertags(Collection<TagCostEstimationResourceCollectionFilter> tags)The Amazon Web Services tags used to filter the resource collection that is used for a cost estimate.CostEstimationResourceCollectionFilter.Buildertags(Consumer<TagCostEstimationResourceCollectionFilter.Builder>... tags)The Amazon Web Services tags used to filter the resource collection that is used for a cost estimate.CostEstimationResourceCollectionFilter.Buildertags(TagCostEstimationResourceCollectionFilter... tags)The Amazon Web Services tags used to filter the resource collection that is used for a cost estimate.-
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
-
cloudFormation
CostEstimationResourceCollectionFilter.Builder cloudFormation(CloudFormationCostEstimationResourceCollectionFilter cloudFormation)
An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to create a monthly estimate for DevOps Guru.
- Parameters:
cloudFormation- An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to create a monthly estimate for DevOps Guru.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudFormation
default CostEstimationResourceCollectionFilter.Builder cloudFormation(Consumer<CloudFormationCostEstimationResourceCollectionFilter.Builder> cloudFormation)
An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to create a monthly estimate for DevOps Guru.
This is a convenience method that creates an instance of theCloudFormationCostEstimationResourceCollectionFilter.Builderavoiding the need to create one manually viaCloudFormationCostEstimationResourceCollectionFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocloudFormation(CloudFormationCostEstimationResourceCollectionFilter).- Parameters:
cloudFormation- a consumer that will call methods onCloudFormationCostEstimationResourceCollectionFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
cloudFormation(CloudFormationCostEstimationResourceCollectionFilter)
-
tags
CostEstimationResourceCollectionFilter.Builder tags(Collection<TagCostEstimationResourceCollectionFilter> tags)
The Amazon Web Services tags used to filter the resource collection that is used for a cost estimate.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
-
A tag key (for example,
CostCenter,Environment,Project, orSecret). Tag keys are case-sensitive. -
An optional field known as a tag value (for example,
111122223333,Production, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix
Devops-guru-. The tag key might beDevOps-Guru-deployment-applicationordevops-guru-rds-application. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key nameddevops-guru-rdsand a key namedDevOps-Guru-RDS, and these act as two different keys. Possible key/value pairs in your application might beDevops-Guru-production-application/RDSorDevops-Guru-production-application/containers.- Parameters:
tags- The Amazon Web Services tags used to filter the resource collection that is used for a cost estimate.Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
-
A tag key (for example,
CostCenter,Environment,Project, orSecret). Tag keys are case-sensitive. -
An optional field known as a tag value (for example,
111122223333,Production, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix
Devops-guru-. The tag key might beDevOps-Guru-deployment-applicationordevops-guru-rds-application. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key nameddevops-guru-rdsand a key namedDevOps-Guru-RDS, and these act as two different keys. Possible key/value pairs in your application might beDevops-Guru-production-application/RDSorDevops-Guru-production-application/containers.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
tags
CostEstimationResourceCollectionFilter.Builder tags(TagCostEstimationResourceCollectionFilter... tags)
The Amazon Web Services tags used to filter the resource collection that is used for a cost estimate.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
-
A tag key (for example,
CostCenter,Environment,Project, orSecret). Tag keys are case-sensitive. -
An optional field known as a tag value (for example,
111122223333,Production, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix
Devops-guru-. The tag key might beDevOps-Guru-deployment-applicationordevops-guru-rds-application. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key nameddevops-guru-rdsand a key namedDevOps-Guru-RDS, and these act as two different keys. Possible key/value pairs in your application might beDevops-Guru-production-application/RDSorDevops-Guru-production-application/containers.- Parameters:
tags- The Amazon Web Services tags used to filter the resource collection that is used for a cost estimate.Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
-
A tag key (for example,
CostCenter,Environment,Project, orSecret). Tag keys are case-sensitive. -
An optional field known as a tag value (for example,
111122223333,Production, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix
Devops-guru-. The tag key might beDevOps-Guru-deployment-applicationordevops-guru-rds-application. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key nameddevops-guru-rdsand a key namedDevOps-Guru-RDS, and these act as two different keys. Possible key/value pairs in your application might beDevops-Guru-production-application/RDSorDevops-Guru-production-application/containers.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
tags
CostEstimationResourceCollectionFilter.Builder tags(Consumer<TagCostEstimationResourceCollectionFilter.Builder>... tags)
The Amazon Web Services tags used to filter the resource collection that is used for a cost estimate.
Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper.
Each Amazon Web Services tag has two parts.
-
A tag key (for example,
CostCenter,Environment,Project, orSecret). Tag keys are case-sensitive. -
An optional field known as a tag value (for example,
111122223333,Production, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive.
Together these are known as key-value pairs.
This is a convenience method that creates an instance of theThe string used for a key in a tag that you use to define your resource coverage must begin with the prefix
Devops-guru-. The tag key might beDevOps-Guru-deployment-applicationordevops-guru-rds-application. When you create a key, the case of characters in the key can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works with a key nameddevops-guru-rdsand a key namedDevOps-Guru-RDS, and these act as two different keys. Possible key/value pairs in your application might beDevops-Guru-production-application/RDSorDevops-Guru-production-application/containers.TagCostEstimationResourceCollectionFilter.Builderavoiding the need to create one manually viaTagCostEstimationResourceCollectionFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTagCostEstimationResourceCollectionFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
-
-