Interface GetThingRuntimeConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetThingRuntimeConfigurationResponse.Builder,GetThingRuntimeConfigurationResponse>,GreengrassResponse.Builder,SdkBuilder<GetThingRuntimeConfigurationResponse.Builder,GetThingRuntimeConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetThingRuntimeConfigurationResponse
public static interface GetThingRuntimeConfigurationResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<GetThingRuntimeConfigurationResponse.Builder,GetThingRuntimeConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetThingRuntimeConfigurationResponse.BuilderruntimeConfiguration(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration)Runtime configuration for a thing.GetThingRuntimeConfigurationResponse.BuilderruntimeConfiguration(RuntimeConfiguration runtimeConfiguration)Runtime configuration for a thing.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.greengrass.model.GreengrassResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
runtimeConfiguration
GetThingRuntimeConfigurationResponse.Builder runtimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Runtime configuration for a thing.- Parameters:
runtimeConfiguration- Runtime configuration for a thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runtimeConfiguration
default GetThingRuntimeConfigurationResponse.Builder runtimeConfiguration(Consumer<RuntimeConfiguration.Builder> runtimeConfiguration)
Runtime configuration for a thing. This is a convenience method that creates an instance of theRuntimeConfiguration.Builderavoiding the need to create one manually viaRuntimeConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toruntimeConfiguration(RuntimeConfiguration).- Parameters:
runtimeConfiguration- a consumer that will call methods onRuntimeConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
runtimeConfiguration(RuntimeConfiguration)
-
-