Interface DescribeEventDetailsForOrganizationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeEventDetailsForOrganizationRequest.Builder,,DescribeEventDetailsForOrganizationRequest> HealthRequest.Builder,SdkBuilder<DescribeEventDetailsForOrganizationRequest.Builder,,DescribeEventDetailsForOrganizationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DescribeEventDetailsForOrganizationRequest
public static interface DescribeEventDetailsForOrganizationRequest.Builder
extends HealthRequest.Builder, SdkPojo, CopyableBuilder<DescribeEventDetailsForOrganizationRequest.Builder,DescribeEventDetailsForOrganizationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe locale (language) to return information in.organizationEventDetailFilters(Collection<EventAccountFilter> organizationEventDetailFilters) A set of JSON elements that includes theawsAccountIdand theeventArn.organizationEventDetailFilters(Consumer<EventAccountFilter.Builder>... organizationEventDetailFilters) A set of JSON elements that includes theawsAccountIdand theeventArn.organizationEventDetailFilters(EventAccountFilter... organizationEventDetailFilters) A set of JSON elements that includes theawsAccountIdand theeventArn.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.health.model.HealthRequest.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
-
organizationEventDetailFilters
DescribeEventDetailsForOrganizationRequest.Builder organizationEventDetailFilters(Collection<EventAccountFilter> organizationEventDetailFilters) A set of JSON elements that includes the
awsAccountIdand theeventArn.- Parameters:
organizationEventDetailFilters- A set of JSON elements that includes theawsAccountIdand theeventArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationEventDetailFilters
DescribeEventDetailsForOrganizationRequest.Builder organizationEventDetailFilters(EventAccountFilter... organizationEventDetailFilters) A set of JSON elements that includes the
awsAccountIdand theeventArn.- Parameters:
organizationEventDetailFilters- A set of JSON elements that includes theawsAccountIdand theeventArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationEventDetailFilters
DescribeEventDetailsForOrganizationRequest.Builder organizationEventDetailFilters(Consumer<EventAccountFilter.Builder>... organizationEventDetailFilters) A set of JSON elements that includes the
This is a convenience method that creates an instance of theawsAccountIdand theeventArn.EventAccountFilter.Builderavoiding the need to create one manually viaEventAccountFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toorganizationEventDetailFilters(List<EventAccountFilter>).- Parameters:
organizationEventDetailFilters- a consumer that will call methods onEventAccountFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
locale
The locale (language) to return information in. English (en) is the default and the only supported value at this time.
- Parameters:
locale- The locale (language) to return information in. English (en) is the default and the only supported value at this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeEventDetailsForOrganizationRequest.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
DescribeEventDetailsForOrganizationRequest.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.
-