Interface DescribeReturnShippingLabelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeReturnShippingLabelResponse.Builder,DescribeReturnShippingLabelResponse>,SdkBuilder<DescribeReturnShippingLabelResponse.Builder,DescribeReturnShippingLabelResponse>,SdkPojo,SdkResponse.Builder,SnowballResponse.Builder
- Enclosing class:
- DescribeReturnShippingLabelResponse
public static interface DescribeReturnShippingLabelResponse.Builder extends SnowballResponse.Builder, SdkPojo, CopyableBuilder<DescribeReturnShippingLabelResponse.Builder,DescribeReturnShippingLabelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeReturnShippingLabelResponse.BuilderexpirationDate(Instant expirationDate)The expiration date of the current return shipping label.DescribeReturnShippingLabelResponse.BuilderreturnShippingLabelURI(String returnShippingLabelURI)The pre-signed Amazon S3 URI used to download the return shipping label.DescribeReturnShippingLabelResponse.Builderstatus(String status)The status information of the task on a Snow device that is being returned to Amazon Web Services.DescribeReturnShippingLabelResponse.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
DescribeReturnShippingLabelResponse.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
DescribeReturnShippingLabelResponse.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
-
expirationDate
DescribeReturnShippingLabelResponse.Builder expirationDate(Instant expirationDate)
The expiration date of the current return shipping label.
- Parameters:
expirationDate- The expiration date of the current return shipping label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
returnShippingLabelURI
DescribeReturnShippingLabelResponse.Builder returnShippingLabelURI(String returnShippingLabelURI)
The pre-signed Amazon S3 URI used to download the return shipping label.
- Parameters:
returnShippingLabelURI- The pre-signed Amazon S3 URI used to download the return shipping label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-