Interface DescribeOrganizationResourceCollectionHealthRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeOrganizationResourceCollectionHealthRequest.Builder,DescribeOrganizationResourceCollectionHealthRequest>,DevOpsGuruRequest.Builder,SdkBuilder<DescribeOrganizationResourceCollectionHealthRequest.Builder,DescribeOrganizationResourceCollectionHealthRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeOrganizationResourceCollectionHealthRequest
public static interface DescribeOrganizationResourceCollectionHealthRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationResourceCollectionHealthRequest.Builder,DescribeOrganizationResourceCollectionHealthRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.devopsguru.model.DevOpsGuruRequest.Builder
build
-
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
-
organizationResourceCollectionType
DescribeOrganizationResourceCollectionHealthRequest.Builder organizationResourceCollectionType(String organizationResourceCollectionType)
An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
- Parameters:
organizationResourceCollectionType- An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrganizationResourceCollectionType,OrganizationResourceCollectionType
-
organizationResourceCollectionType
DescribeOrganizationResourceCollectionHealthRequest.Builder organizationResourceCollectionType(OrganizationResourceCollectionType organizationResourceCollectionType)
An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
- Parameters:
organizationResourceCollectionType- An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrganizationResourceCollectionType,OrganizationResourceCollectionType
-
accountIds
DescribeOrganizationResourceCollectionHealthRequest.Builder accountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
- Parameters:
accountIds- The ID of the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
DescribeOrganizationResourceCollectionHealthRequest.Builder accountIds(String... accountIds)
The ID of the Amazon Web Services account.
- Parameters:
accountIds- The ID of the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitIds
DescribeOrganizationResourceCollectionHealthRequest.Builder organizationalUnitIds(Collection<String> organizationalUnitIds)
The ID of the organizational unit.
- Parameters:
organizationalUnitIds- The ID of the organizational unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitIds
DescribeOrganizationResourceCollectionHealthRequest.Builder organizationalUnitIds(String... organizationalUnitIds)
The ID of the organizational unit.
- Parameters:
organizationalUnitIds- The ID of the organizational unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeOrganizationResourceCollectionHealthRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
- Parameters:
nextToken- The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeOrganizationResourceCollectionHealthRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned
nextTokenvalue.- Parameters:
maxResults- The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returnednextTokenvalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeOrganizationResourceCollectionHealthRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeOrganizationResourceCollectionHealthRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-