Interface DescribeEventConfigurationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeEventConfigurationsResponse.Builder,
,DescribeEventConfigurationsResponse> IotResponse.Builder
,SdkBuilder<DescribeEventConfigurationsResponse.Builder,
,DescribeEventConfigurationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeEventConfigurationsResponse
public static interface DescribeEventConfigurationsResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeEventConfigurationsResponse.Builder,DescribeEventConfigurationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreationDate
(Instant creationDate) The creation date of the event configuration.eventConfigurations
(Map<EventType, Configuration> eventConfigurations) The event configurations.eventConfigurationsWithStrings
(Map<String, Configuration> eventConfigurations) The event configurations.lastModifiedDate
(Instant lastModifiedDate) The date the event configurations were last modified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
eventConfigurationsWithStrings
DescribeEventConfigurationsResponse.Builder eventConfigurationsWithStrings(Map<String, Configuration> eventConfigurations) The event configurations.
- Parameters:
eventConfigurations
- The event configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventConfigurations
DescribeEventConfigurationsResponse.Builder eventConfigurations(Map<EventType, Configuration> eventConfigurations) The event configurations.
- Parameters:
eventConfigurations
- The event configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
The creation date of the event configuration.
- Parameters:
creationDate
- The creation date of the event configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
The date the event configurations were last modified.
- Parameters:
lastModifiedDate
- The date the event configurations were last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-