public static interface AssignInstanceRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<AssignInstanceRequest.Builder,AssignInstanceRequest>
| Modifier and Type | Method and Description |
|---|---|
AssignInstanceRequest.Builder |
instanceId(String instanceId)
The instance ID.
|
AssignInstanceRequest.Builder |
layerIds(Collection<String> layerIds)
The layer ID, which must correspond to a custom layer.
|
AssignInstanceRequest.Builder |
layerIds(String... layerIds)
The layer ID, which must correspond to a custom layer.
|
AssignInstanceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssignInstanceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
layerIds - The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a
built-in layer.AssignInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssignInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.