public static interface UpdateFleetPortSettingsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<UpdateFleetPortSettingsRequest.Builder,UpdateFleetPortSettingsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFleetPortSettingsRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet to update port settings for. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet to update port settings for. You can use either the fleet ID or ARN
value.UpdateFleetPortSettingsRequest.Builder inboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
A collection of port settings to be added to the fleet resource.
inboundPermissionAuthorizations - A collection of port settings to be added to the fleet resource.UpdateFleetPortSettingsRequest.Builder inboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations)
A collection of port settings to be added to the fleet resource.
inboundPermissionAuthorizations - A collection of port settings to be added to the fleet resource.UpdateFleetPortSettingsRequest.Builder inboundPermissionAuthorizations(Consumer<IpPermission.Builder>... inboundPermissionAuthorizations)
A collection of port settings to be added to the fleet resource.
This is a convenience method that creates an instance of theIpPermission.Builder avoiding the need to create one
manually via IpPermission.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #inboundPermissionAuthorizations(List.
inboundPermissionAuthorizations - a consumer that will call methods on
IpPermission.Builder#inboundPermissionAuthorizations(java.util.Collection) UpdateFleetPortSettingsRequest.Builder inboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
A collection of port settings to be removed from the fleet resource.
inboundPermissionRevocations - A collection of port settings to be removed from the fleet resource.UpdateFleetPortSettingsRequest.Builder inboundPermissionRevocations(IpPermission... inboundPermissionRevocations)
A collection of port settings to be removed from the fleet resource.
inboundPermissionRevocations - A collection of port settings to be removed from the fleet resource.UpdateFleetPortSettingsRequest.Builder inboundPermissionRevocations(Consumer<IpPermission.Builder>... inboundPermissionRevocations)
A collection of port settings to be removed from the fleet resource.
This is a convenience method that creates an instance of theIpPermission.Builder avoiding the need to create one
manually via IpPermission.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #inboundPermissionRevocations(List.
inboundPermissionRevocations - a consumer that will call methods on
IpPermission.Builder#inboundPermissionRevocations(java.util.Collection) UpdateFleetPortSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFleetPortSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.