public static interface UpdateFleetPortSettingsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<UpdateFleetPortSettingsRequest.Builder,UpdateFleetPortSettingsRequest>
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFleetPortSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.