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(Consumer<IpPermission.Builder>... 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(Consumer<IpPermission.Builder>... 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.
|
UpdateFleetPortSettingsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 inboundPermissionAuthorizations(Consumer<IpPermission.Builder>... inboundPermissionAuthorizations)
Collection of port settings to be added to the fleet record.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #inboundPermissionAuthorizations(List) .inboundPermissionAuthorizations - a consumer that will call methods on List.Builder #inboundPermissionAuthorizations(List) 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 inboundPermissionRevocations(Consumer<IpPermission.Builder>... inboundPermissionRevocations)
Collection of port settings to be removed from the fleet record.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #inboundPermissionRevocations(List) .inboundPermissionRevocations - a consumer that will call methods on List.Builder #inboundPermissionRevocations(List) UpdateFleetPortSettingsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateFleetPortSettingsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.