Interface DescribeResourceCollectionHealthResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeResourceCollectionHealthResponse.Builder,DescribeResourceCollectionHealthResponse>,DevOpsGuruResponse.Builder,SdkBuilder<DescribeResourceCollectionHealthResponse.Builder,DescribeResourceCollectionHealthResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeResourceCollectionHealthResponse
public static interface DescribeResourceCollectionHealthResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<DescribeResourceCollectionHealthResponse.Builder,DescribeResourceCollectionHealthResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeResourceCollectionHealthResponse.BuildercloudFormation(Collection<CloudFormationHealth> cloudFormation)The returnedCloudFormationHealthOverviewobject that contains anInsightHealthOverviewobject with the requested system health information.DescribeResourceCollectionHealthResponse.BuildercloudFormation(Consumer<CloudFormationHealth.Builder>... cloudFormation)The returnedCloudFormationHealthOverviewobject that contains anInsightHealthOverviewobject with the requested system health information.DescribeResourceCollectionHealthResponse.BuildercloudFormation(CloudFormationHealth... cloudFormation)The returnedCloudFormationHealthOverviewobject that contains anInsightHealthOverviewobject with the requested system health information.DescribeResourceCollectionHealthResponse.BuildernextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.DescribeResourceCollectionHealthResponse.Builderservice(Collection<ServiceHealth> service)An array ofServiceHealthobjects that describes the health of the Amazon Web Services services associated with the resources in the collection.DescribeResourceCollectionHealthResponse.Builderservice(Consumer<ServiceHealth.Builder>... service)An array ofServiceHealthobjects that describes the health of the Amazon Web Services services associated with the resources in the collection.DescribeResourceCollectionHealthResponse.Builderservice(ServiceHealth... service)An array ofServiceHealthobjects that describes the health of the Amazon Web Services services associated with the resources in the collection.DescribeResourceCollectionHealthResponse.Buildertags(Collection<TagHealth> tags)The Amazon Web Services tags that are used by resources in the resource collection.DescribeResourceCollectionHealthResponse.Buildertags(Consumer<TagHealth.Builder>... tags)The Amazon Web Services tags that are used by resources in the resource collection.DescribeResourceCollectionHealthResponse.Buildertags(TagHealth... tags)The Amazon Web Services tags that are used by resources in the resource collection.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.devopsguru.model.DevOpsGuruResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
cloudFormation
DescribeResourceCollectionHealthResponse.Builder cloudFormation(Collection<CloudFormationHealth> cloudFormation)
The returned
CloudFormationHealthOverviewobject that contains anInsightHealthOverviewobject with the requested system health information.- Parameters:
cloudFormation- The returnedCloudFormationHealthOverviewobject that contains anInsightHealthOverviewobject with the requested system health information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudFormation
DescribeResourceCollectionHealthResponse.Builder cloudFormation(CloudFormationHealth... cloudFormation)
The returned
CloudFormationHealthOverviewobject that contains anInsightHealthOverviewobject with the requested system health information.- Parameters:
cloudFormation- The returnedCloudFormationHealthOverviewobject that contains anInsightHealthOverviewobject with the requested system health information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudFormation
DescribeResourceCollectionHealthResponse.Builder cloudFormation(Consumer<CloudFormationHealth.Builder>... cloudFormation)
The returned
This is a convenience method that creates an instance of theCloudFormationHealthOverviewobject that contains anInsightHealthOverviewobject with the requested system health information.CloudFormationHealth.Builderavoiding the need to create one manually viaCloudFormationHealth.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#cloudFormation(List.) - Parameters:
cloudFormation- a consumer that will call methods onCloudFormationHealth.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#cloudFormation(java.util.Collection)
-
service
DescribeResourceCollectionHealthResponse.Builder service(Collection<ServiceHealth> service)
An array of
ServiceHealthobjects that describes the health of the Amazon Web Services services associated with the resources in the collection.- Parameters:
service- An array ofServiceHealthobjects that describes the health of the Amazon Web Services services associated with the resources in the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
DescribeResourceCollectionHealthResponse.Builder service(ServiceHealth... service)
An array of
ServiceHealthobjects that describes the health of the Amazon Web Services services associated with the resources in the collection.- Parameters:
service- An array ofServiceHealthobjects that describes the health of the Amazon Web Services services associated with the resources in the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
DescribeResourceCollectionHealthResponse.Builder service(Consumer<ServiceHealth.Builder>... service)
An array of
This is a convenience method that creates an instance of theServiceHealthobjects that describes the health of the Amazon Web Services services associated with the resources in the collection.ServiceHealth.Builderavoiding the need to create one manually viaServiceHealth.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#service(List.) - Parameters:
service- a consumer that will call methods onServiceHealth.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#service(java.util.Collection)
-
nextToken
DescribeResourceCollectionHealthResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
- Parameters:
nextToken- The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DescribeResourceCollectionHealthResponse.Builder tags(Collection<TagHealth> tags)
The Amazon Web Services tags that are used by resources in the resource collection.
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 that are used by resources in the resource collection.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
DescribeResourceCollectionHealthResponse.Builder tags(TagHealth... tags)
The Amazon Web Services tags that are used by resources in the resource collection.
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 that are used by resources in the resource collection.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
DescribeResourceCollectionHealthResponse.Builder tags(Consumer<TagHealth.Builder>... tags)
The Amazon Web Services tags that are used by resources in the resource collection.
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.TagHealth.Builderavoiding the need to create one manually viaTagHealth.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 onTagHealth.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
-
-