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 beWirelessDevice
orWirelessGateway
.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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
WirelessDevice
orWirelessGateway
.- Parameters:
resourceType
- The type of the resource, which can beWirelessDevice
orWirelessGateway
.- 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-