public static interface UpdateFleetPortSettingsRequest.Builder extends GameLiftRequest.Builder, CopyableBuilder<UpdateFleetPortSettingsRequest.Builder,UpdateFleetPortSettingsRequest>
| Modifier and Type | Method and 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.
|
UpdateFleetPortSettingsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateFleetPortSettingsRequest.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.
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.
inboundPermissionRevocations - Collection of port settings to be removed from the fleet record.UpdateFleetPortSettingsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.