Interface DescribeEventDetailsForOrganizationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<DescribeEventDetailsForOrganizationRequest.Builder,,- DescribeEventDetailsForOrganizationRequest> - HealthRequest.Builder,- SdkBuilder<DescribeEventDetailsForOrganizationRequest.Builder,,- DescribeEventDetailsForOrganizationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- DescribeEventDetailsForOrganizationRequest
@Mutable
@NotThreadSafe
public static interface DescribeEventDetailsForOrganizationRequest.Builder
extends HealthRequest.Builder, SdkPojo, CopyableBuilder<DescribeEventDetailsForOrganizationRequest.Builder,DescribeEventDetailsForOrganizationRequest> 
- 
Method SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.health.model.HealthRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
organizationEventDetailFiltersDescribeEventDetailsForOrganizationRequest.Builder organizationEventDetailFilters(Collection<EventAccountFilter> organizationEventDetailFilters) A set of JSON elements that includes the awsAccountIdand theeventArn.- Parameters:
- organizationEventDetailFilters- A set of JSON elements that includes the- awsAccountIdand the- eventArn.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
organizationEventDetailFiltersDescribeEventDetailsForOrganizationRequest.Builder organizationEventDetailFilters(EventAccountFilter... organizationEventDetailFilters) A set of JSON elements that includes the awsAccountIdand theeventArn.- Parameters:
- organizationEventDetailFilters- A set of JSON elements that includes the- awsAccountIdand the- eventArn.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
organizationEventDetailFiltersDescribeEventDetailsForOrganizationRequest.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 on- EventAccountFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
localeThe 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.
 
- 
overrideConfigurationDescribeEventDetailsForOrganizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDescribeEventDetailsForOrganizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-