Interface UpdateServiceNetworkResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateServiceNetworkResponse.Builder,UpdateServiceNetworkResponse>,SdkBuilder<UpdateServiceNetworkResponse.Builder,UpdateServiceNetworkResponse>,SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
- UpdateServiceNetworkResponse
public static interface UpdateServiceNetworkResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<UpdateServiceNetworkResponse.Builder,UpdateServiceNetworkResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateServiceNetworkResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the service network.UpdateServiceNetworkResponse.BuilderauthType(String authType)The type of IAM policy.UpdateServiceNetworkResponse.BuilderauthType(AuthType authType)The type of IAM policy.UpdateServiceNetworkResponse.Builderid(String id)The ID of the service network.UpdateServiceNetworkResponse.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
UpdateServiceNetworkResponse.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
UpdateServiceNetworkResponse.Builder authType(String authType)
The type of IAM policy.
-
authType
UpdateServiceNetworkResponse.Builder authType(AuthType authType)
The type of IAM policy.
-
id
UpdateServiceNetworkResponse.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
UpdateServiceNetworkResponse.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.
-
-