Interface AnnotationTableConfigurationResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnnotationTableConfigurationResult.Builder,,AnnotationTableConfigurationResult> SdkBuilder<AnnotationTableConfigurationResult.Builder,,AnnotationTableConfigurationResult> SdkPojo
- Enclosing class:
AnnotationTableConfigurationResult
@Mutable
@NotThreadSafe
public static interface AnnotationTableConfigurationResult.Builder
extends SdkPojo, CopyableBuilder<AnnotationTableConfigurationResult.Builder,AnnotationTableConfigurationResult>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationState(String configurationState) The current configuration state of the annotation table.configurationState(AnnotationConfigurationState configurationState) The current configuration state of the annotation table.error(Consumer<ErrorDetails.Builder> error) Sets the value of the Error property for this object.error(ErrorDetails error) Sets the value of the Error property for this object.The ARN of the IAM role associated with the annotation table.The ARN of the annotation table.The name of the annotation table.tableStatus(String tableStatus) The provisioning status of the annotation table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
configurationState
The current configuration state of the annotation table.
- Parameters:
configurationState- The current configuration state of the annotation table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
configurationState
AnnotationTableConfigurationResult.Builder configurationState(AnnotationConfigurationState configurationState) The current configuration state of the annotation table.
- Parameters:
configurationState- The current configuration state of the annotation table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tableStatus
The provisioning status of the annotation table. Possible values:
CREATING,BACKFILLING,ACTIVE,FAILED.- Parameters:
tableStatus- The provisioning status of the annotation table. Possible values:CREATING,BACKFILLING,ACTIVE,FAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
Sets the value of the Error property for this object.- Parameters:
error- The new value for the Error property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
Sets the value of the Error property for this object. This is a convenience method that creates an instance of theErrorDetails.Builderavoiding the need to create one manually viaErrorDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerror(ErrorDetails).- Parameters:
error- a consumer that will call methods onErrorDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tableName
The name of the annotation table.
- Parameters:
tableName- The name of the annotation table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableArn
The ARN of the annotation table.
- Parameters:
tableArn- The ARN of the annotation table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
role
The ARN of the IAM role associated with the annotation table.
- Parameters:
role- The ARN of the IAM role associated with the annotation table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-