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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
resourceTypeThe 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.
 
- 
resourceIdThe 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.
 
- 
eventLogLevelThe 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:
 
- 
eventLogLevelThe 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:
 
- 
clientTokenAn 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.
 
- 
overrideConfigurationCreateEventLogConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateEventLogConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-