Interface DescribeOrganizationHealthRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeOrganizationHealthRequest.Builder,DescribeOrganizationHealthRequest>,DevOpsGuruRequest.Builder,SdkBuilder<DescribeOrganizationHealthRequest.Builder,DescribeOrganizationHealthRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeOrganizationHealthRequest
public static interface DescribeOrganizationHealthRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationHealthRequest.Builder,DescribeOrganizationHealthRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeOrganizationHealthRequest.BuilderaccountIds(String... accountIds)The ID of the Amazon Web Services account.DescribeOrganizationHealthRequest.BuilderaccountIds(Collection<String> accountIds)The ID of the Amazon Web Services account.DescribeOrganizationHealthRequest.BuilderorganizationalUnitIds(String... organizationalUnitIds)The ID of the organizational unit.DescribeOrganizationHealthRequest.BuilderorganizationalUnitIds(Collection<String> organizationalUnitIds)The ID of the organizational unit.DescribeOrganizationHealthRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeOrganizationHealthRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
accountIds
DescribeOrganizationHealthRequest.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
DescribeOrganizationHealthRequest.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
DescribeOrganizationHealthRequest.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
DescribeOrganizationHealthRequest.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.
-
overrideConfiguration
DescribeOrganizationHealthRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeOrganizationHealthRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-