public static interface StartInstanceOnboardingJobRequest.Builder extends ConnectCampaignsRequest.Builder, SdkPojo, CopyableBuilder<StartInstanceOnboardingJobRequest.Builder,StartInstanceOnboardingJobRequest>
| Modifier and Type | Method and Description |
|---|---|
StartInstanceOnboardingJobRequest.Builder |
connectInstanceId(String connectInstanceId)
Sets the value of the ConnectInstanceId property for this object.
|
default StartInstanceOnboardingJobRequest.Builder |
encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
Sets the value of the EncryptionConfig property for this object.
|
StartInstanceOnboardingJobRequest.Builder |
encryptionConfig(EncryptionConfig encryptionConfig)
Sets the value of the EncryptionConfig property for this object.
|
StartInstanceOnboardingJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartInstanceOnboardingJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartInstanceOnboardingJobRequest.Builder connectInstanceId(String connectInstanceId)
connectInstanceId - The new value for the ConnectInstanceId property for this object.StartInstanceOnboardingJobRequest.Builder encryptionConfig(EncryptionConfig encryptionConfig)
encryptionConfig - The new value for the EncryptionConfig property for this object.default StartInstanceOnboardingJobRequest.Builder encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
EncryptionConfig.Builder avoiding the
need to create one manually via EncryptionConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to encryptionConfig(EncryptionConfig).
encryptionConfig - a consumer that will call methods on EncryptionConfig.BuilderencryptionConfig(EncryptionConfig)StartInstanceOnboardingJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartInstanceOnboardingJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.