public static interface CreateServiceProfileRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<CreateServiceProfileRequest.Builder,CreateServiceProfileRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateServiceProfileRequest.Builder name(String name)
The name of the new resource.
name - The name of the new resource.CreateServiceProfileRequest.Builder loRaWAN(LoRaWANServiceProfile loRaWAN)
The service profile information to use to create the service profile.
loRaWAN - The service profile information to use to create the service profile.default CreateServiceProfileRequest.Builder loRaWAN(Consumer<LoRaWANServiceProfile.Builder> loRaWAN)
The service profile information to use to create the service profile.
This is a convenience method that creates an instance of theLoRaWANServiceProfile.Builder avoiding
the need to create one manually via LoRaWANServiceProfile.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to loRaWAN(LoRaWANServiceProfile).
loRaWAN - a consumer that will call methods on LoRaWANServiceProfile.BuilderloRaWAN(LoRaWANServiceProfile)CreateServiceProfileRequest.Builder tags(Collection<Tag> tags)
The tags to attach to the new service profile. Tags are metadata that you can use to manage a resource.
tags - The tags to attach to the new service profile. Tags are metadata that you can use to manage a
resource.CreateServiceProfileRequest.Builder tags(Tag... tags)
The tags to attach to the new service profile. Tags are metadata that you can use to manage a resource.
tags - The tags to attach to the new service profile. Tags are metadata that you can use to manage a
resource.CreateServiceProfileRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to attach to the new service 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) CreateServiceProfileRequest.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.CreateServiceProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateServiceProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.