CopyableBuilder<GetInstancePortStatesResponse.Builder,GetInstancePortStatesResponse>, SdkBuilder<GetInstancePortStatesResponse.Builder,GetInstancePortStatesResponse>public static interface GetInstancePortStatesResponse.Builder extends CopyableBuilder<GetInstancePortStatesResponse.Builder,GetInstancePortStatesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
GetInstancePortStatesResponse.Builder |
portStates(Collection<InstancePortState> portStates) |
Information about the port states resulting from your request.
|
GetInstancePortStatesResponse.Builder |
portStates(InstancePortState... portStates) |
Information about the port states resulting from your request.
|
copyapply, buildGetInstancePortStatesResponse.Builder portStates(Collection<InstancePortState> portStates)
Information about the port states resulting from your request.
portStates - Information about the port states resulting from your request.GetInstancePortStatesResponse.Builder portStates(InstancePortState... portStates)
Information about the port states resulting from your request.
NOTE: This method appends the values to the existing list (if any). Use
#setPortStates(java.util.Collection) or #withPortStates(java.util.Collection) if you want to
override the existing values.
portStates - Information about the port states resulting from your request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.