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 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)
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 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 © 2022. All rights reserved.