public static interface CreateDeviceProfileRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<CreateDeviceProfileRequest.Builder,CreateDeviceProfileRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDeviceProfileRequest.Builder name(String name)
The name of the new resource.
name - The name of the new resource.CreateDeviceProfileRequest.Builder loRaWAN(LoRaWANDeviceProfile loRaWAN)
The device profile information to use to create the device profile.
loRaWAN - The device profile information to use to create the device profile.default CreateDeviceProfileRequest.Builder loRaWAN(Consumer<LoRaWANDeviceProfile.Builder> loRaWAN)
The device profile information to use to create the device profile.
This is a convenience method that creates an instance of theLoRaWANDeviceProfile.Builder avoiding
the need to create one manually via LoRaWANDeviceProfile.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to loRaWAN(LoRaWANDeviceProfile).
loRaWAN - a consumer that will call methods on LoRaWANDeviceProfile.BuilderloRaWAN(LoRaWANDeviceProfile)CreateDeviceProfileRequest.Builder tags(Collection<Tag> tags)
The tags to attach to the new device profile. Tags are metadata that you can use to manage a resource.
tags - The tags to attach to the new device profile. Tags are metadata that you can use to manage a resource.CreateDeviceProfileRequest.Builder tags(Tag... tags)
The tags to attach to the new device profile. Tags are metadata that you can use to manage a resource.
tags - The tags to attach to the new device profile. Tags are metadata that you can use to manage a resource.CreateDeviceProfileRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to attach to the new device profile. Tags are metadata that you can use to manage a resource.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateDeviceProfileRequest.Builder clientRequestToken(String clientRequestToken)
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
clientRequestToken - Each resource must have a unique client request token. If you try to create a new resource with the
same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs
will automatically generate a unique client request.CreateDeviceProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDeviceProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.