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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-