Interface PutResourceLogLevelRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutResourceLogLevelRequest.Builder,,PutResourceLogLevelRequest> IotWirelessRequest.Builder,SdkBuilder<PutResourceLogLevelRequest.Builder,,PutResourceLogLevelRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
PutResourceLogLevelRequest
public static interface PutResourceLogLevelRequest.Builder
extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<PutResourceLogLevelRequest.Builder,PutResourceLogLevelRequest>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the LogLevel property for this object.Sets the value of the LogLevel property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceIdentifier(String resourceIdentifier) Sets the value of the ResourceIdentifier property for this object.resourceType(String resourceType) The type of the resource, which can beWirelessDeviceorWirelessGateway.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.iotwireless.model.IotWirelessRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
resourceIdentifier
Sets the value of the ResourceIdentifier property for this object.- Parameters:
resourceIdentifier- The new value for the ResourceIdentifier property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of the resource, which can be
WirelessDeviceorWirelessGateway.- Parameters:
resourceType- The type of the resource, which can beWirelessDeviceorWirelessGateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logLevel
Sets the value of the LogLevel property for this object.- Parameters:
logLevel- The new value for the LogLevel property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logLevel
Sets the value of the LogLevel property for this object.- Parameters:
logLevel- The new value for the LogLevel property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
PutResourceLogLevelRequest.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
PutResourceLogLevelRequest.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.
-