Interface RegisterApplicationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RegisterApplicationResponse.Builder,,RegisterApplicationResponse> SdkBuilder<RegisterApplicationResponse.Builder,,RegisterApplicationResponse> SdkPojo,SdkResponse.Builder,SsmSapResponse.Builder
- Enclosing class:
RegisterApplicationResponse
@Mutable
@NotThreadSafe
public static interface RegisterApplicationResponse.Builder
extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<RegisterApplicationResponse.Builder,RegisterApplicationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplication(Consumer<Application.Builder> application) The application registered with AWS Systems Manager for SAP.application(Application application) The application registered with AWS Systems Manager for SAP.operationId(String operationId) The ID of the operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ssmsap.model.SsmSapResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
application
The application registered with AWS Systems Manager for SAP.
- Parameters:
application- The application registered with AWS Systems Manager for SAP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
application
The 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:
-
operationId
The ID of the operation.
- Parameters:
operationId- The ID of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-