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