public static interface InstanceConfig.Builder extends SdkPojo, CopyableBuilder<InstanceConfig.Builder,InstanceConfig>
| Modifier and Type | Method and Description |
|---|---|
InstanceConfig.Builder |
connectInstanceId(String connectInstanceId)
Sets the value of the ConnectInstanceId property for this object.
|
default InstanceConfig.Builder |
encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
Sets the value of the EncryptionConfig property for this object.
|
InstanceConfig.Builder |
encryptionConfig(EncryptionConfig encryptionConfig)
Sets the value of the EncryptionConfig property for this object.
|
InstanceConfig.Builder |
serviceLinkedRoleArn(String serviceLinkedRoleArn)
Sets the value of the ServiceLinkedRoleArn property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceConfig.Builder connectInstanceId(String connectInstanceId)
connectInstanceId - The new value for the ConnectInstanceId property for this object.InstanceConfig.Builder encryptionConfig(EncryptionConfig encryptionConfig)
encryptionConfig - The new value for the EncryptionConfig property for this object.default InstanceConfig.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)InstanceConfig.Builder serviceLinkedRoleArn(String serviceLinkedRoleArn)
serviceLinkedRoleArn - The new value for the ServiceLinkedRoleArn property for this object.Copyright © 2023. All rights reserved.