Interface GetApplicationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeDeployResponse.Builder,CopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>,SdkBuilder<GetApplicationResponse.Builder,GetApplicationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetApplicationResponse
public static interface GetApplicationResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetApplicationResponse.Builderapplication(Consumer<ApplicationInfo.Builder> application)Information about the application.GetApplicationResponse.Builderapplication(ApplicationInfo application)Information about the application.-
Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
application
GetApplicationResponse.Builder application(ApplicationInfo application)
Information about the application.
- Parameters:
application- Information about the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
application
default GetApplicationResponse.Builder application(Consumer<ApplicationInfo.Builder> application)
Information about the application.
This is a convenience method that creates an instance of theApplicationInfo.Builderavoiding the need to create one manually viaApplicationInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapplication(ApplicationInfo).- Parameters:
application- a consumer that will call methods onApplicationInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
application(ApplicationInfo)
-
-