Interface CreateFieldRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConnectCasesRequest.Builder
,CopyableBuilder<CreateFieldRequest.Builder,
,CreateFieldRequest> SdkBuilder<CreateFieldRequest.Builder,
,CreateFieldRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateFieldRequest
@Mutable
@NotThreadSafe
public static interface CreateFieldRequest.Builder
extends ConnectCasesRequest.Builder, SdkPojo, CopyableBuilder<CreateFieldRequest.Builder,CreateFieldRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the field.The unique identifier of the Cases domain.The name of the field.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Defines the data type, some system constraints, and default display of the field.Defines the data type, some system constraints, and default display of the field.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, sdkFieldNameToField, sdkFields
-
Method Details
-
description
The description of the field.
- Parameters:
description
- The description of the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
The name of the field.
- Parameters:
name
- The name of the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Defines the data type, some system constraints, and default display of the field.
- Parameters:
type
- Defines the data type, some system constraints, and default display of the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Defines the data type, some system constraints, and default display of the field.
- Parameters:
type
- Defines the data type, some system constraints, and default display of the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateFieldRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateFieldRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-