Interface GetSolNetworkPackageContentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSolNetworkPackageContentResponse.Builder,GetSolNetworkPackageContentResponse>,SdkBuilder<GetSolNetworkPackageContentResponse.Builder,GetSolNetworkPackageContentResponse>,SdkPojo,SdkResponse.Builder,TnbResponse.Builder
- Enclosing class:
- GetSolNetworkPackageContentResponse
public static interface GetSolNetworkPackageContentResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<GetSolNetworkPackageContentResponse.Builder,GetSolNetworkPackageContentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSolNetworkPackageContentResponse.BuildercontentType(String contentType)Indicates the media type of the resource.GetSolNetworkPackageContentResponse.BuildercontentType(PackageContentType contentType)Indicates the media type of the resource.GetSolNetworkPackageContentResponse.BuildernsdContent(SdkBytes nsdContent)Content of the network service descriptor in the network package.-
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.tnb.model.TnbResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
contentType
GetSolNetworkPackageContentResponse.Builder contentType(String contentType)
Indicates the media type of the resource.
- Parameters:
contentType- Indicates the media type of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PackageContentType,PackageContentType
-
contentType
GetSolNetworkPackageContentResponse.Builder contentType(PackageContentType contentType)
Indicates the media type of the resource.
- Parameters:
contentType- Indicates the media type of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PackageContentType,PackageContentType
-
nsdContent
GetSolNetworkPackageContentResponse.Builder nsdContent(SdkBytes nsdContent)
Content of the network service descriptor in the network package.
- Parameters:
nsdContent- Content of the network service descriptor in the network package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-