Interface PutRuntimeLogConfigurationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<PutRuntimeLogConfigurationRequest.Builder,,- PutRuntimeLogConfigurationRequest> - IotManagedIntegrationsRequest.Builder,- SdkBuilder<PutRuntimeLogConfigurationRequest.Builder,,- PutRuntimeLogConfigurationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- PutRuntimeLogConfigurationRequest
@Mutable
@NotThreadSafe
public static interface PutRuntimeLogConfigurationRequest.Builder
extends IotManagedIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<PutRuntimeLogConfigurationRequest.Builder,PutRuntimeLogConfigurationRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionmanagedThingId(String managedThingId) The id for a managed thing.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.runtimeLogConfigurations(Consumer<RuntimeLogConfigurations.Builder> runtimeLogConfigurations) The runtime log configuration for a managed thing.runtimeLogConfigurations(RuntimeLogConfigurations runtimeLogConfigurations) The runtime log configuration for a managed thing.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- 
managedThingIdThe id for a managed thing. - Parameters:
- managedThingId- The id for a managed thing.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
runtimeLogConfigurationsPutRuntimeLogConfigurationRequest.Builder runtimeLogConfigurations(RuntimeLogConfigurations runtimeLogConfigurations) The runtime log configuration for a managed thing. - Parameters:
- runtimeLogConfigurations- The runtime log configuration for a managed thing.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
runtimeLogConfigurationsdefault PutRuntimeLogConfigurationRequest.Builder runtimeLogConfigurations(Consumer<RuntimeLogConfigurations.Builder> runtimeLogConfigurations) The runtime log configuration for a managed thing. This is a convenience method that creates an instance of theRuntimeLogConfigurations.Builderavoiding the need to create one manually viaRuntimeLogConfigurations.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toruntimeLogConfigurations(RuntimeLogConfigurations).- Parameters:
- runtimeLogConfigurations- a consumer that will call methods on- RuntimeLogConfigurations.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationPutRuntimeLogConfigurationRequest.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.
 
- 
overrideConfigurationPutRuntimeLogConfigurationRequest.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.
 
 
-