Interface CreateViewVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<CreateViewVersionRequest.Builder,CreateViewVersionRequest>,SdkBuilder<CreateViewVersionRequest.Builder,CreateViewVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateViewVersionRequest
public static interface CreateViewVersionRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateViewVersionRequest.Builder,CreateViewVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateViewVersionRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.CreateViewVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateViewVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateViewVersionRequest.BuilderversionDescription(String versionDescription)The description for the version being published.CreateViewVersionRequest.BuilderviewContentSha256(String viewContentSha256)Indicates the checksum value of the latest published view content.CreateViewVersionRequest.BuilderviewId(String viewId)The identifier of the view.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.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
-
instanceId
CreateViewVersionRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
- Parameters:
instanceId- The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewId
CreateViewVersionRequest.Builder viewId(String viewId)
The identifier of the view. Both
ViewArnandViewIdcan be used.- Parameters:
viewId- The identifier of the view. BothViewArnandViewIdcan be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionDescription
CreateViewVersionRequest.Builder versionDescription(String versionDescription)
The description for the version being published.
- Parameters:
versionDescription- The description for the version being published.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewContentSha256
CreateViewVersionRequest.Builder viewContentSha256(String viewContentSha256)
Indicates the checksum value of the latest published view content.
- Parameters:
viewContentSha256- Indicates the checksum value of the latest published view content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateViewVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateViewVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-