Interface GetLensVersionDifferenceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetLensVersionDifferenceResponse.Builder,GetLensVersionDifferenceResponse>,SdkBuilder<GetLensVersionDifferenceResponse.Builder,GetLensVersionDifferenceResponse>,SdkPojo,SdkResponse.Builder,WellArchitectedResponse.Builder
- Enclosing class:
- GetLensVersionDifferenceResponse
public static interface GetLensVersionDifferenceResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<GetLensVersionDifferenceResponse.Builder,GetLensVersionDifferenceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetLensVersionDifferenceResponse.BuilderbaseLensVersion(String baseLensVersion)The base version of the lens.GetLensVersionDifferenceResponse.BuilderlatestLensVersion(String latestLensVersion)The latest version of the lens.GetLensVersionDifferenceResponse.BuilderlensAlias(String lensAlias)Sets the value of the LensAlias property for this object.GetLensVersionDifferenceResponse.BuilderlensArn(String lensArn)The ARN for the lens.GetLensVersionDifferenceResponse.BuildertargetLensVersion(String targetLensVersion)The target lens version for the lens.default GetLensVersionDifferenceResponse.BuilderversionDifferences(Consumer<VersionDifferences.Builder> versionDifferences)Sets the value of the VersionDifferences property for this object.GetLensVersionDifferenceResponse.BuilderversionDifferences(VersionDifferences versionDifferences)Sets the value of the VersionDifferences property for this object.-
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.wellarchitected.model.WellArchitectedResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
lensAlias
GetLensVersionDifferenceResponse.Builder lensAlias(String lensAlias)
Sets the value of the LensAlias property for this object.- Parameters:
lensAlias- The new value for the LensAlias property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensArn
GetLensVersionDifferenceResponse.Builder lensArn(String lensArn)
The ARN for the lens.
- Parameters:
lensArn- The ARN for the lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baseLensVersion
GetLensVersionDifferenceResponse.Builder baseLensVersion(String baseLensVersion)
The base version of the lens.
- Parameters:
baseLensVersion- The base version of the lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetLensVersion
GetLensVersionDifferenceResponse.Builder targetLensVersion(String targetLensVersion)
The target lens version for the lens.
- Parameters:
targetLensVersion- The target lens version for the lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestLensVersion
GetLensVersionDifferenceResponse.Builder latestLensVersion(String latestLensVersion)
The latest version of the lens.
- Parameters:
latestLensVersion- The latest version of the lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionDifferences
GetLensVersionDifferenceResponse.Builder versionDifferences(VersionDifferences versionDifferences)
Sets the value of the VersionDifferences property for this object.- Parameters:
versionDifferences- The new value for the VersionDifferences property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionDifferences
default GetLensVersionDifferenceResponse.Builder versionDifferences(Consumer<VersionDifferences.Builder> versionDifferences)
Sets the value of the VersionDifferences property for this object. This is a convenience method that creates an instance of theVersionDifferences.Builderavoiding the need to create one manually viaVersionDifferences.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toversionDifferences(VersionDifferences).- Parameters:
versionDifferences- a consumer that will call methods onVersionDifferences.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
versionDifferences(VersionDifferences)
-
-