public static interface DescribeOrganizationOverviewRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationOverviewRequest.Builder,DescribeOrganizationOverviewRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeOrganizationOverviewRequest.Builder fromTime(Instant 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.
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.DescribeOrganizationOverviewRequest.Builder toTime(Instant 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.
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.DescribeOrganizationOverviewRequest.Builder accountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
accountIds - The ID of the Amazon Web Services account.DescribeOrganizationOverviewRequest.Builder accountIds(String... accountIds)
The ID of the Amazon Web Services account.
accountIds - The ID of the Amazon Web Services account.DescribeOrganizationOverviewRequest.Builder organizationalUnitIds(Collection<String> organizationalUnitIds)
The ID of the organizational unit.
organizationalUnitIds - The ID of the organizational unit.DescribeOrganizationOverviewRequest.Builder organizationalUnitIds(String... organizationalUnitIds)
The ID of the organizational unit.
organizationalUnitIds - The ID of the organizational unit.DescribeOrganizationOverviewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeOrganizationOverviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.