public static interface UpdateServiceNetworkRequest.Builder extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<UpdateServiceNetworkRequest.Builder,UpdateServiceNetworkRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceNetworkRequest.Builder |
authType(AuthType authType)
The type of IAM policy.
|
UpdateServiceNetworkRequest.Builder |
authType(String authType)
The type of IAM policy.
|
UpdateServiceNetworkRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateServiceNetworkRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateServiceNetworkRequest.Builder |
serviceNetworkIdentifier(String serviceNetworkIdentifier)
The ID or Amazon Resource Name (ARN) of the service network.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateServiceNetworkRequest.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,
AuthTypeUpdateServiceNetworkRequest.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,
AuthTypeUpdateServiceNetworkRequest.Builder serviceNetworkIdentifier(String serviceNetworkIdentifier)
The ID or Amazon Resource Name (ARN) of the service network.
serviceNetworkIdentifier - The ID or Amazon Resource Name (ARN) of the service network.UpdateServiceNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateServiceNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.