public static interface DescribeInstancesRequest.Builder extends OpsWorksRequest.Builder, CopyableBuilder<DescribeInstancesRequest.Builder,DescribeInstancesRequest>
Modifier and Type | Method and Description |
---|---|
DescribeInstancesRequest.Builder |
instanceIds(Collection<String> instanceIds)
An array of instance IDs to be described.
|
DescribeInstancesRequest.Builder |
instanceIds(String... instanceIds)
An array of instance IDs to be described.
|
DescribeInstancesRequest.Builder |
layerId(String layerId)
A layer ID.
|
DescribeInstancesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeInstancesRequest.Builder |
stackId(String stackId)
A stack ID.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DescribeInstancesRequest.Builder stackId(String stackId)
A stack ID. If you use this parameter, DescribeInstances
returns descriptions of the instances
associated with the specified stack.
stackId
- A stack ID. If you use this parameter, DescribeInstances
returns descriptions of the
instances associated with the specified stack.DescribeInstancesRequest.Builder layerId(String layerId)
A layer ID. If you use this parameter, DescribeInstances
returns descriptions of the instances
associated with the specified layer.
layerId
- A layer ID. If you use this parameter, DescribeInstances
returns descriptions of the
instances associated with the specified layer.DescribeInstancesRequest.Builder instanceIds(Collection<String> instanceIds)
An array of instance IDs to be described. If you use this parameter, DescribeInstances
returns a
description of the specified instances. Otherwise, it returns a description of every instance.
instanceIds
- An array of instance IDs to be described. If you use this parameter, DescribeInstances
returns a description of the specified instances. Otherwise, it returns a description of every
instance.DescribeInstancesRequest.Builder instanceIds(String... instanceIds)
An array of instance IDs to be described. If you use this parameter, DescribeInstances
returns a
description of the specified instances. Otherwise, it returns a description of every instance.
instanceIds
- An array of instance IDs to be described. If you use this parameter, DescribeInstances
returns a description of the specified instances. Otherwise, it returns a description of every
instance.DescribeInstancesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.