CopyableBuilder<CloseInstancePublicPortsRequest.Builder,CloseInstancePublicPortsRequest>, SdkBuilder<CloseInstancePublicPortsRequest.Builder,CloseInstancePublicPortsRequest>public static interface CloseInstancePublicPortsRequest.Builder extends CopyableBuilder<CloseInstancePublicPortsRequest.Builder,CloseInstancePublicPortsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CloseInstancePublicPortsRequest.Builder |
instanceName(String instanceName) |
The name of the instance on which you're attempting to close the public ports.
|
CloseInstancePublicPortsRequest.Builder |
portInfo(PortInfo portInfo) |
Information about the public port you are trying to close.
|
copyapply, buildCloseInstancePublicPortsRequest.Builder portInfo(PortInfo portInfo)
Information about the public port you are trying to close.
portInfo - Information about the public port you are trying to close.CloseInstancePublicPortsRequest.Builder instanceName(String instanceName)
The name of the instance on which you're attempting to close the public ports.
instanceName - The name of the instance on which you're attempting to close the public ports.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.