public static interface ApplicationResourceAssociation.Builder extends SdkPojo, CopyableBuilder<ApplicationResourceAssociation.Builder,ApplicationResourceAssociation>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationResourceAssociation.Builder applicationId(String applicationId)
The identifier of the application.
applicationId - The identifier of the application.ApplicationResourceAssociation.Builder associatedResourceId(String associatedResourceId)
The identifier of the associated resource.
associatedResourceId - The identifier of the associated resource.ApplicationResourceAssociation.Builder associatedResourceType(String associatedResourceType)
The resource type of the associated resource.
associatedResourceType - The resource type of the associated resource.ApplicationAssociatedResourceType,
ApplicationAssociatedResourceTypeApplicationResourceAssociation.Builder associatedResourceType(ApplicationAssociatedResourceType associatedResourceType)
The resource type of the associated resource.
associatedResourceType - The resource type of the associated resource.ApplicationAssociatedResourceType,
ApplicationAssociatedResourceTypeApplicationResourceAssociation.Builder created(Instant created)
The time the association was created.
created - The time the association was created.ApplicationResourceAssociation.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time the association status was last updated.
lastUpdatedTime - The time the association status was last updated.ApplicationResourceAssociation.Builder state(String state)
The status of the application resource association.
state - The status of the application resource association.AssociationState,
AssociationStateApplicationResourceAssociation.Builder state(AssociationState state)
The status of the application resource association.
state - The status of the application resource association.AssociationState,
AssociationStateApplicationResourceAssociation.Builder stateReason(AssociationStateReason stateReason)
The reason the association deployment failed.
stateReason - The reason the association deployment failed.default ApplicationResourceAssociation.Builder stateReason(Consumer<AssociationStateReason.Builder> stateReason)
The reason the association deployment failed.
This is a convenience method that creates an instance of theAssociationStateReason.Builder avoiding
the need to create one manually via AssociationStateReason.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to stateReason(AssociationStateReason).
stateReason - a consumer that will call methods on AssociationStateReason.BuilderstateReason(AssociationStateReason)Copyright © 2023. All rights reserved.