Interface NetworkMigrationFailedResourceDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkMigrationFailedResourceDetails.Builder,,NetworkMigrationFailedResourceDetails> SdkBuilder<NetworkMigrationFailedResourceDetails.Builder,,NetworkMigrationFailedResourceDetails> SdkPojo
- Enclosing class:
NetworkMigrationFailedResourceDetails
@Mutable
@NotThreadSafe
public static interface NetworkMigrationFailedResourceDetails.Builder
extends SdkPojo, CopyableBuilder<NetworkMigrationFailedResourceDetails.Builder,NetworkMigrationFailedResourceDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe logical ID of the failed resource.The status of the failed resource.The status of the failed resource.statusReason(String statusReason) The reason why the resource failed.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
-
logicalID
The logical ID of the failed resource.
- Parameters:
logicalID- The logical ID of the failed resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the failed resource.
- Parameters:
status- The status of the failed resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the failed resource.
- Parameters:
status- The status of the failed resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The reason why the resource failed.
- Parameters:
statusReason- The reason why the resource failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-