public static interface CreateServiceNetworkResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<CreateServiceNetworkResponse.Builder,CreateServiceNetworkResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateServiceNetworkResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the service network.
|
CreateServiceNetworkResponse.Builder |
authType(AuthType authType)
The type of IAM policy.
|
CreateServiceNetworkResponse.Builder |
authType(String authType)
The type of IAM policy.
|
CreateServiceNetworkResponse.Builder |
id(String id)
The ID of the service network.
|
CreateServiceNetworkResponse.Builder |
name(String name)
The name of the service network.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateServiceNetworkResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service network.
arn - The Amazon Resource Name (ARN) of the service network.CreateServiceNetworkResponse.Builder authType(String authType)
The type of IAM policy.
CreateServiceNetworkResponse.Builder authType(AuthType authType)
The type of IAM policy.
CreateServiceNetworkResponse.Builder id(String id)
The ID of the service network.
id - The ID of the service network.CreateServiceNetworkResponse.Builder name(String name)
The name of the service network.
name - The name of the service network.Copyright © 2023. All rights reserved.