CopyableBuilder<UpdateFleetPortSettingsRequest.Builder,UpdateFleetPortSettingsRequest>
, SdkBuilder<UpdateFleetPortSettingsRequest.Builder,UpdateFleetPortSettingsRequest>
public static interface UpdateFleetPortSettingsRequest.Builder extends CopyableBuilder<UpdateFleetPortSettingsRequest.Builder,UpdateFleetPortSettingsRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateFleetPortSettingsRequest.Builder |
fleetId(String fleetId) |
Unique identifier for a fleet to update port settings for.
|
UpdateFleetPortSettingsRequest.Builder |
inboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations) |
Collection of port settings to be added to the fleet record.
|
UpdateFleetPortSettingsRequest.Builder |
inboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations) |
Collection of port settings to be added to the fleet record.
|
UpdateFleetPortSettingsRequest.Builder |
inboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations) |
Collection of port settings to be removed from the fleet record.
|
UpdateFleetPortSettingsRequest.Builder |
inboundPermissionRevocations(IpPermission... inboundPermissionRevocations) |
Collection of port settings to be removed from the fleet record.
|
copy
apply, build
UpdateFleetPortSettingsRequest.Builder fleetId(String fleetId)
Unique identifier for a fleet to update port settings for.
fleetId
- Unique identifier for a fleet to update port settings for.UpdateFleetPortSettingsRequest.Builder inboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
Collection of port settings to be added to the fleet record.
inboundPermissionAuthorizations
- Collection of port settings to be added to the fleet record.UpdateFleetPortSettingsRequest.Builder inboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations)
Collection of port settings to be added to the fleet record.
NOTE: This method appends the values to the existing list (if any). Use
#setInboundPermissionAuthorizations(java.util.Collection)
or
#withInboundPermissionAuthorizations(java.util.Collection)
if you want to override the existing
values.
inboundPermissionAuthorizations
- Collection of port settings to be added to the fleet record.UpdateFleetPortSettingsRequest.Builder inboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
Collection of port settings to be removed from the fleet record.
inboundPermissionRevocations
- Collection of port settings to be removed from the fleet record.UpdateFleetPortSettingsRequest.Builder inboundPermissionRevocations(IpPermission... inboundPermissionRevocations)
Collection of port settings to be removed from the fleet record.
NOTE: This method appends the values to the existing list (if any). Use
#setInboundPermissionRevocations(java.util.Collection)
or
#withInboundPermissionRevocations(java.util.Collection)
if you want to override the existing values.
inboundPermissionRevocations
- Collection of port settings to be removed from the fleet record.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.