Package com.ibm.cloud.is.vpc.v1.model
Class GetInstanceProfileOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.GetInstanceProfileOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetInstanceProfileOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getInstanceProfile options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetInstanceProfileOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
Gets the name.GetInstanceProfileOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public GetInstanceProfileOptions.Builder newBuilder()
New builder.- Returns:
- a GetInstanceProfileOptions builder
-
name
public String name()
Gets the name. The instance profile name.- Returns:
- the name
-
-