Interface AssignInstanceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssignInstanceRequest.Builder,AssignInstanceRequest>,OpsWorksRequest.Builder,SdkBuilder<AssignInstanceRequest.Builder,AssignInstanceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssignInstanceRequest
public static interface AssignInstanceRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<AssignInstanceRequest.Builder,AssignInstanceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssignInstanceRequest.BuilderinstanceId(String instanceId)The instance ID.AssignInstanceRequest.BuilderlayerIds(String... layerIds)The layer ID, which must correspond to a custom layer.AssignInstanceRequest.BuilderlayerIds(Collection<String> layerIds)The layer ID, which must correspond to a custom layer.AssignInstanceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssignInstanceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opsworks.model.OpsWorksRequest.Builder
build
-
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
-
instanceId
AssignInstanceRequest.Builder instanceId(String instanceId)
The instance ID.
- Parameters:
instanceId- The instance ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layerIds
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.
- Parameters:
layerIds- The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a built-in layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layerIds
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.
- Parameters:
layerIds- The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a built-in layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssignInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssignInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-