Interface GetRuntimeLogConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetRuntimeLogConfigurationResponse.Builder,
,GetRuntimeLogConfigurationResponse> IotManagedIntegrationsResponse.Builder
,SdkBuilder<GetRuntimeLogConfigurationResponse.Builder,
,GetRuntimeLogConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetRuntimeLogConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetRuntimeLogConfigurationResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<GetRuntimeLogConfigurationResponse.Builder,GetRuntimeLogConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmanagedThingId
(String managedThingId) The id for a managed thing.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.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
managedThingId
The 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.
-
runtimeLogConfigurations
GetRuntimeLogConfigurationResponse.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.
-
runtimeLogConfigurations
default GetRuntimeLogConfigurationResponse.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.Builder
avoiding the need to create one manually viaRuntimeLogConfigurations.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toruntimeLogConfigurations(RuntimeLogConfigurations)
.- Parameters:
runtimeLogConfigurations
- a consumer that will call methods onRuntimeLogConfigurations.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-