Interface CreateLayoutRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectCasesRequest.Builder,CopyableBuilder<CreateLayoutRequest.Builder,CreateLayoutRequest>,SdkBuilder<CreateLayoutRequest.Builder,CreateLayoutRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateLayoutRequest
public static interface CreateLayoutRequest.Builder extends ConnectCasesRequest.Builder, SdkPojo, CopyableBuilder<CreateLayoutRequest.Builder,CreateLayoutRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateLayoutRequest.Buildercontent(Consumer<LayoutContent.Builder> content)Information about which fields will be present in the layout, and information about the order of the fields.CreateLayoutRequest.Buildercontent(LayoutContent content)Information about which fields will be present in the layout, and information about the order of the fields.CreateLayoutRequest.BuilderdomainId(String domainId)The unique identifier of the Cases domain.CreateLayoutRequest.Buildername(String name)The name of the layout.CreateLayoutRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateLayoutRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connectcases.model.ConnectCasesRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
content
CreateLayoutRequest.Builder content(LayoutContent content)
Information about which fields will be present in the layout, and information about the order of the fields.
- Parameters:
content- Information about which fields will be present in the layout, and information about the order of the fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
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.Builderavoiding the need to create one manually viaLayoutContent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontent(LayoutContent).- Parameters:
content- a consumer that will call methods onLayoutContent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
content(LayoutContent)
-
domainId
CreateLayoutRequest.Builder domainId(String domainId)
The unique identifier of the Cases domain.
- Parameters:
domainId- The unique identifier of the Cases domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateLayoutRequest.Builder name(String name)
The name of the layout. It must be unique for the Cases domain.
- Parameters:
name- The name of the layout. It must be unique for the Cases domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateLayoutRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateLayoutRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-