Interface CreateFleetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateFleetResponse.Builder,
,CreateFleetResponse> RoboMakerResponse.Builder
,SdkBuilder<CreateFleetResponse.Builder,
,CreateFleetResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateFleetResponse
public static interface CreateFleetResponse.Builder
extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateFleetResponse.Builder,CreateFleetResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the fleet.The time, in milliseconds since the epoch, when the fleet was created.The name of the fleet.The list of all tags added to the fleet.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.robomaker.model.RoboMakerResponse.Builder
build, responseMetadata, responseMetadata
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
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the fleet.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the fleet.
- Parameters:
name
- The name of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time, in milliseconds since the epoch, when the fleet was created.
- Parameters:
createdAt
- The time, in milliseconds since the epoch, when the fleet was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The list of all tags added to the fleet.
- Parameters:
tags
- The list of all tags added to the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-