Interface CreateServiceNetworkResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateServiceNetworkResponse.Builder,CreateServiceNetworkResponse>,SdkBuilder<CreateServiceNetworkResponse.Builder,CreateServiceNetworkResponse>,SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
- CreateServiceNetworkResponse
public static interface CreateServiceNetworkResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<CreateServiceNetworkResponse.Builder,CreateServiceNetworkResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateServiceNetworkResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the service network.CreateServiceNetworkResponse.BuilderauthType(String authType)The type of IAM policy.CreateServiceNetworkResponse.BuilderauthType(AuthType authType)The type of IAM policy.CreateServiceNetworkResponse.Builderid(String id)The ID of the service network.CreateServiceNetworkResponse.Buildername(String name)The name of the service network.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
arn
CreateServiceNetworkResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service network.
- Parameters:
arn- The Amazon Resource Name (ARN) of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authType
CreateServiceNetworkResponse.Builder authType(String authType)
The type of IAM policy.
-
authType
CreateServiceNetworkResponse.Builder authType(AuthType authType)
The type of IAM policy.
-
id
CreateServiceNetworkResponse.Builder id(String id)
The ID of the service network.
- Parameters:
id- The ID of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateServiceNetworkResponse.Builder name(String name)
The name of the service network.
- Parameters:
name- The name of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-