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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEventConfigurationsResponse.BuildercreationDate(Instant creationDate)The creation date of the event configuration.DescribeEventConfigurationsResponse.BuildereventConfigurations(Map<EventType,Configuration> eventConfigurations)The event configurations.DescribeEventConfigurationsResponse.BuildereventConfigurationsWithStrings(Map<String,Configuration> eventConfigurations)The event configurations.DescribeEventConfigurationsResponse.BuilderlastModifiedDate(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 Detail
-
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
DescribeEventConfigurationsResponse.Builder creationDate(Instant 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
DescribeEventConfigurationsResponse.Builder lastModifiedDate(Instant 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.
-
-