Interface UpdateFleetPortSettingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateFleetPortSettingsRequest.Builder,UpdateFleetPortSettingsRequest>,GameLiftRequest.Builder,SdkBuilder<UpdateFleetPortSettingsRequest.Builder,UpdateFleetPortSettingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateFleetPortSettingsRequest
public static interface UpdateFleetPortSettingsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<UpdateFleetPortSettingsRequest.Builder,UpdateFleetPortSettingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateFleetPortSettingsRequest.BuilderfleetId(String fleetId)A unique identifier for the fleet to update port settings for.UpdateFleetPortSettingsRequest.BuilderinboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)A collection of port settings to be added to the fleet resource.UpdateFleetPortSettingsRequest.BuilderinboundPermissionAuthorizations(Consumer<IpPermission.Builder>... inboundPermissionAuthorizations)A collection of port settings to be added to the fleet resource.UpdateFleetPortSettingsRequest.BuilderinboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations)A collection of port settings to be added to the fleet resource.UpdateFleetPortSettingsRequest.BuilderinboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)A collection of port settings to be removed from the fleet resource.UpdateFleetPortSettingsRequest.BuilderinboundPermissionRevocations(Consumer<IpPermission.Builder>... inboundPermissionRevocations)A collection of port settings to be removed from the fleet resource.UpdateFleetPortSettingsRequest.BuilderinboundPermissionRevocations(IpPermission... inboundPermissionRevocations)A collection of port settings to be removed from the fleet resource.UpdateFleetPortSettingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateFleetPortSettingsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
fleetId
UpdateFleetPortSettingsRequest.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.
- Parameters:
fleetId- A unique identifier for the fleet to update port settings for. You can use either the fleet ID or ARN value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inboundPermissionAuthorizations
UpdateFleetPortSettingsRequest.Builder inboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
A collection of port settings to be added to the fleet resource.
- Parameters:
inboundPermissionAuthorizations- A collection of port settings to be added to the fleet resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inboundPermissionAuthorizations
UpdateFleetPortSettingsRequest.Builder inboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations)
A collection of port settings to be added to the fleet resource.
- Parameters:
inboundPermissionAuthorizations- A collection of port settings to be added to the fleet resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inboundPermissionAuthorizations
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.Builderavoiding the need to create one manually viaIpPermission.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#inboundPermissionAuthorizations(List.) - Parameters:
inboundPermissionAuthorizations- a consumer that will call methods onIpPermission.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#inboundPermissionAuthorizations(java.util.Collection)
-
inboundPermissionRevocations
UpdateFleetPortSettingsRequest.Builder inboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
A collection of port settings to be removed from the fleet resource.
- Parameters:
inboundPermissionRevocations- A collection of port settings to be removed from the fleet resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inboundPermissionRevocations
UpdateFleetPortSettingsRequest.Builder inboundPermissionRevocations(IpPermission... inboundPermissionRevocations)
A collection of port settings to be removed from the fleet resource.
- Parameters:
inboundPermissionRevocations- A collection of port settings to be removed from the fleet resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inboundPermissionRevocations
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.Builderavoiding the need to create one manually viaIpPermission.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#inboundPermissionRevocations(List.) - Parameters:
inboundPermissionRevocations- a consumer that will call methods onIpPermission.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#inboundPermissionRevocations(java.util.Collection)
-
overrideConfiguration
UpdateFleetPortSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateFleetPortSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-