public static interface UpdateViewContentRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateViewContentRequest.Builder,UpdateViewContentRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdateViewContentRequest.Builder |
content(Consumer<ViewInputContent.Builder> content)
View content containing all content necessary to render a view except for runtime input data and the runtime
input schema, which is auto-generated by this operation.
|
UpdateViewContentRequest.Builder |
content(ViewInputContent content)
View content containing all content necessary to render a view except for runtime input data and the runtime
input schema, which is auto-generated by this operation.
|
UpdateViewContentRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateViewContentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateViewContentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateViewContentRequest.Builder |
status(String status)
Indicates the view status as either
SAVED or PUBLISHED. |
UpdateViewContentRequest.Builder |
status(ViewStatus status)
Indicates the view status as either
SAVED or PUBLISHED. |
UpdateViewContentRequest.Builder |
viewId(String viewId)
The identifier of the view.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateViewContentRequest.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.UpdateViewContentRequest.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.UpdateViewContentRequest.Builder status(String status)
Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED
status will initiate validation on the content.
status - Indicates the view status as either SAVED or PUBLISHED. The
PUBLISHED status will initiate validation on the content.ViewStatus,
ViewStatusUpdateViewContentRequest.Builder status(ViewStatus status)
Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED
status will initiate validation on the content.
status - Indicates the view status as either SAVED or PUBLISHED. The
PUBLISHED status will initiate validation on the content.ViewStatus,
ViewStatusUpdateViewContentRequest.Builder content(ViewInputContent content)
View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.
The total uncompressed content has a maximum file size of 400kB.
content - View content containing all content necessary to render a view except for runtime input data and the
runtime input schema, which is auto-generated by this operation.
The total uncompressed content has a maximum file size of 400kB.
default UpdateViewContentRequest.Builder content(Consumer<ViewInputContent.Builder> content)
View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.
The total uncompressed content has a maximum file size of 400kB.
This is a convenience method that creates an instance of theViewInputContent.Builder avoiding the
need to create one manually via ViewInputContent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to content(ViewInputContent).
content - a consumer that will call methods on ViewInputContent.Buildercontent(ViewInputContent)UpdateViewContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateViewContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.