Interface GetAccessLogSubscriptionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAccessLogSubscriptionResponse.Builder,GetAccessLogSubscriptionResponse>,SdkBuilder<GetAccessLogSubscriptionResponse.Builder,GetAccessLogSubscriptionResponse>,SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
- GetAccessLogSubscriptionResponse
public static interface GetAccessLogSubscriptionResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<GetAccessLogSubscriptionResponse.Builder,GetAccessLogSubscriptionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAccessLogSubscriptionResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the access log subscription.GetAccessLogSubscriptionResponse.BuildercreatedAt(Instant createdAt)The date and time that the access log subscription was created, specified in ISO-8601 format.GetAccessLogSubscriptionResponse.BuilderdestinationArn(String destinationArn)The Amazon Resource Name (ARN) of the access log destination.GetAccessLogSubscriptionResponse.Builderid(String id)The ID of the access log subscription.GetAccessLogSubscriptionResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The date and time that the access log subscription was last updated, specified in ISO-8601 format.GetAccessLogSubscriptionResponse.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the service network or service.GetAccessLogSubscriptionResponse.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
GetAccessLogSubscriptionResponse.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.
-
createdAt
GetAccessLogSubscriptionResponse.Builder createdAt(Instant createdAt)
The date and time that the access log subscription was created, specified in ISO-8601 format.
- Parameters:
createdAt- The date and time that the access log subscription was created, specified in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationArn
GetAccessLogSubscriptionResponse.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
GetAccessLogSubscriptionResponse.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.
-
lastUpdatedAt
GetAccessLogSubscriptionResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the access log subscription was last updated, specified in ISO-8601 format.
- Parameters:
lastUpdatedAt- The date and time that the access log subscription was last updated, specified in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
GetAccessLogSubscriptionResponse.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
GetAccessLogSubscriptionResponse.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.
-
-