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.
|
build
requestOverrideConfig, requestOverrideConfig
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.
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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.