CopyableBuilder<AssignInstanceRequest.Builder,AssignInstanceRequest>, SdkBuilder<AssignInstanceRequest.Builder,AssignInstanceRequest>public static interface AssignInstanceRequest.Builder extends CopyableBuilder<AssignInstanceRequest.Builder,AssignInstanceRequest>
| Modifier and Type | Method | Description |
|---|---|---|
AssignInstanceRequest.Builder |
instanceId(String instanceId) |
The instance ID.
|
AssignInstanceRequest.Builder |
layerIds(String... layerIds) |
The layer ID, which must correspond to a custom layer.
|
AssignInstanceRequest.Builder |
layerIds(Collection<String> layerIds) |
The layer ID, which must correspond to a custom layer.
|
copyapply, buildAssignInstanceRequest.Builder instanceId(String instanceId)
The instance ID.
instanceId - The instance ID.AssignInstanceRequest.Builder layerIds(Collection<String> layerIds)
The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a built-in layer.
layerIds - The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a
built-in layer.AssignInstanceRequest.Builder layerIds(String... layerIds)
The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a built-in layer.
NOTE: This method appends the values to the existing list (if any). Use
#setLayerIds(java.util.Collection) or #withLayerIds(java.util.Collection) if you want to
override the existing values.
layerIds - The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a
built-in layer.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.