public static interface UpdateServerRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<UpdateServerRequest.Builder,UpdateServerRequest>
Modifier and Type | Method and Description |
---|---|
default UpdateServerRequest.Builder |
identityProviderDetails(Consumer<IdentityProviderDetails.Builder> identityProviderDetails)
This response parameter is an array containing all of the information required to call a customer's
authentication API method.
|
UpdateServerRequest.Builder |
identityProviderDetails(IdentityProviderDetails identityProviderDetails)
This response parameter is an array containing all of the information required to call a customer's
authentication API method.
|
UpdateServerRequest.Builder |
loggingRole(String loggingRole)
Changes the AWS Identity and Access Management (IAM) role that allows Amazon S3 events to be logged in Amazon
CloudWatch, turning logging on or off.
|
UpdateServerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateServerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateServerRequest.Builder |
serverId(String serverId)
A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateServerRequest.Builder identityProviderDetails(IdentityProviderDetails identityProviderDetails)
This response parameter is an array containing all of the information required to call a customer's authentication API method.
identityProviderDetails
- This response parameter is an array containing all of the information required to call a customer's
authentication API method.default UpdateServerRequest.Builder identityProviderDetails(Consumer<IdentityProviderDetails.Builder> identityProviderDetails)
This response parameter is an array containing all of the information required to call a customer's authentication API method.
This is a convenience that creates an instance of theIdentityProviderDetails.Builder
avoiding the
need to create one manually via IdentityProviderDetails.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to identityProviderDetails(IdentityProviderDetails)
.identityProviderDetails
- a consumer that will call methods on IdentityProviderDetails.Builder
identityProviderDetails(IdentityProviderDetails)
UpdateServerRequest.Builder loggingRole(String loggingRole)
Changes the AWS Identity and Access Management (IAM) role that allows Amazon S3 events to be logged in Amazon CloudWatch, turning logging on or off.
loggingRole
- Changes the AWS Identity and Access Management (IAM) role that allows Amazon S3 events to be logged in
Amazon CloudWatch, turning logging on or off.UpdateServerRequest.Builder serverId(String serverId)
A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.
serverId
- A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.UpdateServerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateServerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.