Interface GetApplicationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>,SdkBuilder<GetApplicationResponse.Builder,GetApplicationResponse>,SdkPojo,SdkResponse.Builder,SsmSapResponse.Builder
- Enclosing class:
- GetApplicationResponse
public static interface GetApplicationResponse.Builder extends SsmSapResponse.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<Application.Builder> application)Returns all of the metadata of an application registered with AWS Systems Manager for SAP.GetApplicationResponse.Builderapplication(Application application)Returns all of the metadata of an application registered with AWS Systems Manager for SAP.GetApplicationResponse.Buildertags(Map<String,String> tags)The tags of a registered application.-
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.ssmsap.model.SsmSapResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
application
GetApplicationResponse.Builder application(Application application)
Returns all of the metadata of an application registered with AWS Systems Manager for SAP.
- Parameters:
application- Returns all of the metadata of an application registered with AWS Systems Manager for SAP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
application
default GetApplicationResponse.Builder application(Consumer<Application.Builder> application)
Returns all of the metadata of an application registered with AWS Systems Manager for SAP.
This is a convenience method that creates an instance of theApplication.Builderavoiding the need to create one manually viaApplication.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapplication(Application).- Parameters:
application- a consumer that will call methods onApplication.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
application(Application)
-
tags
GetApplicationResponse.Builder tags(Map<String,String> tags)
The tags of a registered application.
- Parameters:
tags- The tags of a registered application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-