Interface DescribeOrganizationOverviewRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeOrganizationOverviewRequest.Builder,,DescribeOrganizationOverviewRequest> DevOpsGuruRequest.Builder,SdkBuilder<DescribeOrganizationOverviewRequest.Builder,,DescribeOrganizationOverviewRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DescribeOrganizationOverviewRequest
public static interface DescribeOrganizationOverviewRequest.Builder
extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationOverviewRequest.Builder,DescribeOrganizationOverviewRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaccountIds(String... accountIds) The ID of the Amazon Web Services account.accountIds(Collection<String> accountIds) The ID of the Amazon Web Services account.The start of the time range passed in.organizationalUnitIds(String... organizationalUnitIds) The ID of the organizational unit.organizationalUnitIds(Collection<String> organizationalUnitIds) The ID of the organizational unit.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The end of the time range passed in.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.devopsguru.model.DevOpsGuruRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
fromTime
The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.
- Parameters:
fromTime- The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toTime
The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.
- Parameters:
toTime- The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
DescribeOrganizationOverviewRequest.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
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
DescribeOrganizationOverviewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeOrganizationOverviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-