public static interface UpdateServiceRequest.Builder extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<UpdateServiceRequest.Builder,UpdateServiceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceRequest.Builder |
authType(AuthType authType)
The type of IAM policy.
|
UpdateServiceRequest.Builder |
authType(String authType)
The type of IAM policy.
|
UpdateServiceRequest.Builder |
certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
UpdateServiceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateServiceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateServiceRequest.Builder |
serviceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateServiceRequest.Builder authType(String authType)
The type of IAM policy.
NONE: The resource does not use an IAM policy. This is the default.
AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth
policy is required.
authType - The type of IAM policy.
NONE: The resource does not use an IAM policy. This is the default.
AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an
auth policy is required.
AuthType,
AuthTypeUpdateServiceRequest.Builder authType(AuthType authType)
The type of IAM policy.
NONE: The resource does not use an IAM policy. This is the default.
AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth
policy is required.
authType - The type of IAM policy.
NONE: The resource does not use an IAM policy. This is the default.
AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an
auth policy is required.
AuthType,
AuthTypeUpdateServiceRequest.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
certificateArn - The Amazon Resource Name (ARN) of the certificate.UpdateServiceRequest.Builder serviceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
serviceIdentifier - The ID or Amazon Resource Name (ARN) of the service.UpdateServiceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateServiceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.