Interface ListedGatewayInstance.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListedGatewayInstance.Builder,ListedGatewayInstance>,SdkBuilder<ListedGatewayInstance.Builder,ListedGatewayInstance>,SdkPojo
- Enclosing class:
- ListedGatewayInstance
public static interface ListedGatewayInstance.Builder extends SdkPojo, CopyableBuilder<ListedGatewayInstance.Builder,ListedGatewayInstance>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListedGatewayInstance.BuildergatewayArn(String gatewayArn)The Amazon Resource Name (ARN) of the gateway.ListedGatewayInstance.BuildergatewayInstanceArn(String gatewayInstanceArn)The Amazon Resource Name (ARN) of the instance.ListedGatewayInstance.BuilderinstanceId(String instanceId)The managed instance ID generated by the SSM install.ListedGatewayInstance.BuilderinstanceState(String instanceState)The status of the instance.ListedGatewayInstance.BuilderinstanceState(InstanceState instanceState)The status of the instance.-
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
-
-
-
-
Method Detail
-
gatewayArn
ListedGatewayInstance.Builder gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.- Parameters:
gatewayArn- The Amazon Resource Name (ARN) of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayInstanceArn
ListedGatewayInstance.Builder gatewayInstanceArn(String gatewayInstanceArn)
The Amazon Resource Name (ARN) of the instance.- Parameters:
gatewayInstanceArn- The Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
ListedGatewayInstance.Builder instanceId(String instanceId)
The managed instance ID generated by the SSM install. This will begin with "mi-".- Parameters:
instanceId- The managed instance ID generated by the SSM install. This will begin with "mi-".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceState
ListedGatewayInstance.Builder instanceState(String instanceState)
The status of the instance.- Parameters:
instanceState- The status of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceState,InstanceState
-
instanceState
ListedGatewayInstance.Builder instanceState(InstanceState instanceState)
The status of the instance.- Parameters:
instanceState- The status of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceState,InstanceState
-
-