public static interface CreateLayoutRequest.Builder extends ConnectCasesRequest.Builder, SdkPojo, CopyableBuilder<CreateLayoutRequest.Builder,CreateLayoutRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreateLayoutRequest.Builder |
content(Consumer<LayoutContent.Builder> content)
Information about which fields will be present in the layout, and information about the order of the fields.
|
CreateLayoutRequest.Builder |
content(LayoutContent content)
Information about which fields will be present in the layout, and information about the order of the fields.
|
CreateLayoutRequest.Builder |
domainId(String domainId)
The unique identifier of the Cases domain.
|
CreateLayoutRequest.Builder |
name(String name)
The name of the layout.
|
CreateLayoutRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLayoutRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLayoutRequest.Builder content(LayoutContent content)
Information about which fields will be present in the layout, and information about the order of the fields.
content - Information about which fields will be present in the layout, and information about the order of the
fields.default CreateLayoutRequest.Builder content(Consumer<LayoutContent.Builder> content)
Information about which fields will be present in the layout, and information about the order of the fields.
This is a convenience method that creates an instance of theLayoutContent.Builder avoiding the need
to create one manually via LayoutContent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to content(LayoutContent).
content - a consumer that will call methods on LayoutContent.Buildercontent(LayoutContent)CreateLayoutRequest.Builder domainId(String domainId)
The unique identifier of the Cases domain.
domainId - The unique identifier of the Cases domain.CreateLayoutRequest.Builder name(String name)
The name of the layout. It must be unique for the Cases domain.
name - The name of the layout. It must be unique for the Cases domain.CreateLayoutRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLayoutRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.