public static interface DescribeEventDetailsForOrganizationRequest.Builder extends HealthRequest.Builder, SdkPojo, CopyableBuilder<DescribeEventDetailsForOrganizationRequest.Builder,DescribeEventDetailsForOrganizationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEventDetailsForOrganizationRequest.Builder organizationEventDetailFilters(Collection<EventAccountFilter> organizationEventDetailFilters)
A set of JSON elements that includes the awsAccountId and the eventArn.
organizationEventDetailFilters - A set of JSON elements that includes the awsAccountId and the eventArn.DescribeEventDetailsForOrganizationRequest.Builder organizationEventDetailFilters(EventAccountFilter... organizationEventDetailFilters)
A set of JSON elements that includes the awsAccountId and the eventArn.
organizationEventDetailFilters - A set of JSON elements that includes the awsAccountId and the eventArn.DescribeEventDetailsForOrganizationRequest.Builder organizationEventDetailFilters(Consumer<EventAccountFilter.Builder>... organizationEventDetailFilters)
A set of JSON elements that includes the awsAccountId and the eventArn.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #organizationEventDetailFilters(List) .organizationEventDetailFilters - a consumer that will call methods on List.Builder #organizationEventDetailFilters(List) DescribeEventDetailsForOrganizationRequest.Builder locale(String locale)
The locale (language) to return information in. English (en) is the default and the only supported value at this time.
locale - The locale (language) to return information in. English (en) is the default and the only supported
value at this time.DescribeEventDetailsForOrganizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeEventDetailsForOrganizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.