Interface RefreshSchemasStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>,SdkBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>,SdkPojo
- Enclosing class:
- RefreshSchemasStatus
@Mutable @NotThreadSafe public static interface RefreshSchemasStatus.Builder extends SdkPojo, CopyableBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RefreshSchemasStatus.BuilderendpointArn(String endpointArn)The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.RefreshSchemasStatus.BuilderlastFailureMessage(String lastFailureMessage)The last failure message for the schema.RefreshSchemasStatus.BuilderlastRefreshDate(Instant lastRefreshDate)The date the schema was last refreshed.RefreshSchemasStatus.BuilderreplicationInstanceArn(String replicationInstanceArn)The Amazon Resource Name (ARN) of the replication instance.RefreshSchemasStatus.Builderstatus(String status)The status of the schema.RefreshSchemasStatus.Builderstatus(RefreshSchemasStatusTypeValue status)The status of the schema.-
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 Detail
-
endpointArn
RefreshSchemasStatus.Builder endpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
- Parameters:
endpointArn- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationInstanceArn
RefreshSchemasStatus.Builder replicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
- Parameters:
replicationInstanceArn- The Amazon Resource Name (ARN) of the replication instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
RefreshSchemasStatus.Builder status(String status)
The status of the schema.
- Parameters:
status- The status of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RefreshSchemasStatusTypeValue,RefreshSchemasStatusTypeValue
-
status
RefreshSchemasStatus.Builder status(RefreshSchemasStatusTypeValue status)
The status of the schema.
- Parameters:
status- The status of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RefreshSchemasStatusTypeValue,RefreshSchemasStatusTypeValue
-
lastRefreshDate
RefreshSchemasStatus.Builder lastRefreshDate(Instant lastRefreshDate)
The date the schema was last refreshed.
- Parameters:
lastRefreshDate- The date the schema was last refreshed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastFailureMessage
RefreshSchemasStatus.Builder lastFailureMessage(String lastFailureMessage)
The last failure message for the schema.
- Parameters:
lastFailureMessage- The last failure message for the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-