public static interface CreateViewVersionRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateViewVersionRequest.Builder,CreateViewVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateViewVersionRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateViewVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateViewVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateViewVersionRequest.Builder |
versionDescription(String versionDescription)
The description for the version being published.
|
CreateViewVersionRequest.Builder |
viewContentSha256(String viewContentSha256)
Indicates the checksum value of the latest published view content.
|
CreateViewVersionRequest.Builder |
viewId(String viewId)
The identifier of the view.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateViewVersionRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.CreateViewVersionRequest.Builder viewId(String viewId)
The identifier of the view. Both ViewArn and ViewId can be used.
viewId - The identifier of the view. Both ViewArn and ViewId can be used.CreateViewVersionRequest.Builder versionDescription(String versionDescription)
The description for the version being published.
versionDescription - The description for the version being published.CreateViewVersionRequest.Builder viewContentSha256(String viewContentSha256)
Indicates the checksum value of the latest published view content.
viewContentSha256 - Indicates the checksum value of the latest published view content.CreateViewVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateViewVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.