Interface UpdateLayoutRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectCasesRequest.Builder,CopyableBuilder<UpdateLayoutRequest.Builder,UpdateLayoutRequest>,SdkBuilder<UpdateLayoutRequest.Builder,UpdateLayoutRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLayoutRequest
public static interface UpdateLayoutRequest.Builder extends ConnectCasesRequest.Builder, SdkPojo, CopyableBuilder<UpdateLayoutRequest.Builder,UpdateLayoutRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateLayoutRequest.Buildercontent(Consumer<LayoutContent.Builder> content)Information about which fields will be present in the layout, the order of the fields.UpdateLayoutRequest.Buildercontent(LayoutContent content)Information about which fields will be present in the layout, the order of the fields.UpdateLayoutRequest.BuilderdomainId(String domainId)The unique identifier of the Cases domain.UpdateLayoutRequest.BuilderlayoutId(String layoutId)The unique identifier of the layout.UpdateLayoutRequest.Buildername(String name)The name of the layout.UpdateLayoutRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLayoutRequest.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
UpdateLayoutRequest.Builder content(LayoutContent content)
Information about which fields will be present in the layout, the order of the fields.
- Parameters:
content- Information about which fields will be present in the layout, the order of the fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
default UpdateLayoutRequest.Builder content(Consumer<LayoutContent.Builder> content)
Information about which fields will be present in the layout, 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
UpdateLayoutRequest.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.
-
layoutId
UpdateLayoutRequest.Builder layoutId(String layoutId)
The unique identifier of the layout.
- Parameters:
layoutId- The unique identifier of the layout.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateLayoutRequest.Builder name(String name)
The name of the layout. It must be unique per domain.
- Parameters:
name- The name of the layout. It must be unique per domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLayoutRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLayoutRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-