Interface CreateReturnShippingLabelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateReturnShippingLabelResponse.Builder,CreateReturnShippingLabelResponse>,SdkBuilder<CreateReturnShippingLabelResponse.Builder,CreateReturnShippingLabelResponse>,SdkPojo,SdkResponse.Builder,SnowballResponse.Builder
- Enclosing class:
- CreateReturnShippingLabelResponse
public static interface CreateReturnShippingLabelResponse.Builder extends SnowballResponse.Builder, SdkPojo, CopyableBuilder<CreateReturnShippingLabelResponse.Builder,CreateReturnShippingLabelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateReturnShippingLabelResponse.Builderstatus(String status)The status information of the task on a Snow device that is being returned to Amazon Web Services.CreateReturnShippingLabelResponse.Builderstatus(ShippingLabelStatus status)The status information of the task on a Snow device that is being returned to Amazon Web Services.-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.snowball.model.SnowballResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
status
CreateReturnShippingLabelResponse.Builder status(String status)
The status information of the task on a Snow device that is being returned to Amazon Web Services.
- Parameters:
status- The status information of the task on a Snow device that is being returned to Amazon Web Services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShippingLabelStatus,ShippingLabelStatus
-
status
CreateReturnShippingLabelResponse.Builder status(ShippingLabelStatus status)
The status information of the task on a Snow device that is being returned to Amazon Web Services.
- Parameters:
status- The status information of the task on a Snow device that is being returned to Amazon Web Services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShippingLabelStatus,ShippingLabelStatus
-
-