Interface StartOutpostDecommissionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<StartOutpostDecommissionResponse.Builder,StartOutpostDecommissionResponse>, OutpostsResponse.Builder, SdkBuilder<StartOutpostDecommissionResponse.Builder,StartOutpostDecommissionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
StartOutpostDecommissionResponse

  • Method Details

    • status

      The status of the decommission request.

      Parameters:
      status - The status of the decommission request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the decommission request.

      Parameters:
      status - The status of the decommission request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • blockingResourceTypesWithStrings

      StartOutpostDecommissionResponse.Builder blockingResourceTypesWithStrings(Collection<String> blockingResourceTypes)

      The resources still associated with the Outpost that you are decommissioning.

      Parameters:
      blockingResourceTypes - The resources still associated with the Outpost that you are decommissioning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • blockingResourceTypesWithStrings

      StartOutpostDecommissionResponse.Builder blockingResourceTypesWithStrings(String... blockingResourceTypes)

      The resources still associated with the Outpost that you are decommissioning.

      Parameters:
      blockingResourceTypes - The resources still associated with the Outpost that you are decommissioning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • blockingResourceTypes

      StartOutpostDecommissionResponse.Builder blockingResourceTypes(Collection<BlockingResourceType> blockingResourceTypes)

      The resources still associated with the Outpost that you are decommissioning.

      Parameters:
      blockingResourceTypes - The resources still associated with the Outpost that you are decommissioning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • blockingResourceTypes

      StartOutpostDecommissionResponse.Builder blockingResourceTypes(BlockingResourceType... blockingResourceTypes)

      The resources still associated with the Outpost that you are decommissioning.

      Parameters:
      blockingResourceTypes - The resources still associated with the Outpost that you are decommissioning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.