Interface DescribeEventDetailsForOrganizationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEventDetailsForOrganizationResponse.Builder,DescribeEventDetailsForOrganizationResponse>,HealthResponse.Builder,SdkBuilder<DescribeEventDetailsForOrganizationResponse.Builder,DescribeEventDetailsForOrganizationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeEventDetailsForOrganizationResponse
public static interface DescribeEventDetailsForOrganizationResponse.Builder extends HealthResponse.Builder, SdkPojo, CopyableBuilder<DescribeEventDetailsForOrganizationResponse.Builder,DescribeEventDetailsForOrganizationResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.health.model.HealthResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
successfulSet
DescribeEventDetailsForOrganizationResponse.Builder successfulSet(Collection<OrganizationEventDetails> successfulSet)
Information about the events that could be retrieved.
- Parameters:
successfulSet- Information about the events that could be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successfulSet
DescribeEventDetailsForOrganizationResponse.Builder successfulSet(OrganizationEventDetails... successfulSet)
Information about the events that could be retrieved.
- Parameters:
successfulSet- Information about the events that could be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successfulSet
DescribeEventDetailsForOrganizationResponse.Builder successfulSet(Consumer<OrganizationEventDetails.Builder>... successfulSet)
Information about the events that could be retrieved.
This is a convenience method that creates an instance of theOrganizationEventDetails.Builderavoiding the need to create one manually viaOrganizationEventDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#successfulSet(List.) - Parameters:
successfulSet- a consumer that will call methods onOrganizationEventDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#successfulSet(java.util.Collection)
-
failedSet
DescribeEventDetailsForOrganizationResponse.Builder failedSet(Collection<OrganizationEventDetailsErrorItem> failedSet)
Error messages for any events that could not be retrieved.
- Parameters:
failedSet- Error messages for any events that could not be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedSet
DescribeEventDetailsForOrganizationResponse.Builder failedSet(OrganizationEventDetailsErrorItem... failedSet)
Error messages for any events that could not be retrieved.
- Parameters:
failedSet- Error messages for any events that could not be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedSet
DescribeEventDetailsForOrganizationResponse.Builder failedSet(Consumer<OrganizationEventDetailsErrorItem.Builder>... failedSet)
Error messages for any events that could not be retrieved.
This is a convenience method that creates an instance of theOrganizationEventDetailsErrorItem.Builderavoiding the need to create one manually viaOrganizationEventDetailsErrorItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#failedSet(List.) - Parameters:
failedSet- a consumer that will call methods onOrganizationEventDetailsErrorItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#failedSet(java.util.Collection)
-
-