Interface UpdateAccessLogSubscriptionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAccessLogSubscriptionResponse.Builder,UpdateAccessLogSubscriptionResponse>,SdkBuilder<UpdateAccessLogSubscriptionResponse.Builder,UpdateAccessLogSubscriptionResponse>,SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
- UpdateAccessLogSubscriptionResponse
public static interface UpdateAccessLogSubscriptionResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<UpdateAccessLogSubscriptionResponse.Builder,UpdateAccessLogSubscriptionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAccessLogSubscriptionResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the access log subscription.UpdateAccessLogSubscriptionResponse.BuilderdestinationArn(String destinationArn)The Amazon Resource Name (ARN) of the access log destination.UpdateAccessLogSubscriptionResponse.Builderid(String id)The ID of the access log subscription.UpdateAccessLogSubscriptionResponse.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the access log subscription.UpdateAccessLogSubscriptionResponse.BuilderresourceId(String resourceId)The ID of the resource.-
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
UpdateAccessLogSubscriptionResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the access log subscription.
- Parameters:
arn- The Amazon Resource Name (ARN) of the access log subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationArn
UpdateAccessLogSubscriptionResponse.Builder destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the access log destination.
- Parameters:
destinationArn- The Amazon Resource Name (ARN) of the access log destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
UpdateAccessLogSubscriptionResponse.Builder id(String id)
The ID of the access log subscription.
- Parameters:
id- The ID of the access log subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
UpdateAccessLogSubscriptionResponse.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the access log subscription.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the access log subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
UpdateAccessLogSubscriptionResponse.Builder resourceId(String resourceId)
The ID of the resource.
- Parameters:
resourceId- The ID of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-