Interface CreateEventLogConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateEventLogConfigurationRequest.Builder,
,CreateEventLogConfigurationRequest> IotManagedIntegrationsRequest.Builder
,SdkBuilder<CreateEventLogConfigurationRequest.Builder,
,CreateEventLogConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateEventLogConfigurationRequest
@Mutable
@NotThreadSafe
public static interface CreateEventLogConfigurationRequest.Builder
extends IotManagedIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<CreateEventLogConfigurationRequest.Builder,CreateEventLogConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) An idempotency token.eventLogLevel
(String eventLogLevel) The logging level for the event log configuration.eventLogLevel
(LogLevel eventLogLevel) The logging level for the event log configuration.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceId
(String resourceId) The identifier of the resource for the event log configuration.resourceType
(String resourceType) The type of resource for the event log configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceType
The type of resource for the event log configuration.
- Parameters:
resourceType
- The type of resource for the event log configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
The identifier of the resource for the event log configuration.
- Parameters:
resourceId
- The identifier of the resource for the event log configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventLogLevel
The logging level for the event log configuration.
- Parameters:
eventLogLevel
- The logging level for the event log configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventLogLevel
The logging level for the event log configuration.
- Parameters:
eventLogLevel
- The logging level for the event log configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientToken
An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.
- Parameters:
clientToken
- An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateEventLogConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateEventLogConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-